chore(ci): 更新release工作流的gitea服务地址

将GITEA_URL从10.0.16.16:3000调整为172.17.0.1:3000,适配新的内网部署地址
This commit is contained in:
2026-07-04 11:36:04 +08:00
parent 5eb59b8a66
commit dbd30689ab
+1 -1
View File
@@ -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