From 369f83d401753835bb0219c73302cbb4b3ea336e Mon Sep 17 00:00:00 2001 From: xiehaijun Date: Mon, 28 Jul 2025 17:45:33 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 发布生产 --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index fa3821d..98e5971 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -243,11 +243,11 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "actions@github.com" - git tag -a ${{ steps.vars.outputs.tag }} -m "Automated release" + #git tag -a ${{ steps.vars.outputs.tag }} -m "Automated release" # git push origin ${{ steps.vars.outputs.tag }} # 前往你的 GitHub: https://github.com/settings/tokens;生成一个classic token-建议 或 fine-grained token;选择至少:repo 权限 # git push https://x-access-token:${PAT_PUSH}@github.com/${REPO}.git "$TAG" - git push https://${GITEA_USER}:${GITEA_PAT}@${GITEA_HOST}/${GITEA_REPO}.git "$TAG" + #git push https://${GITEA_USER}:${GITEA_PAT}@${GITEA_HOST}/${GITEA_REPO}.git "$TAG" - name: 获取跨job上游job的输出变量值 run: echo "The tag from previous job is ${{ needs.upload.outputs.tag-name }}" - name: Download All Artifacts