From dbd30689ab17faaf17dda109cfad03064618de61 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sat, 4 Jul 2026 11:36:04 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=9B=B4=E6=96=B0release=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E7=9A=84gitea=E6=9C=8D=E5=8A=A1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将GITEA_URL从10.0.16.16:3000调整为172.17.0.1:3000,适配新的内网部署地址 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5a4050..2d46098 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ github.ref_name }} REPO: ${{ github.repository }} - GITEA_URL: http://10.0.16.16:3000 + GITEA_URL: http://172.17.0.1:3000 run: | set -e # 1. 创建 Release