chore: try to fix auto tag CI again

This commit is contained in:
MistEO
2023-04-30 16:57:56 +08:00
committed by GitHub
parent e96a3f95ff
commit c6a7d607b2

View File

@@ -21,7 +21,7 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git remote set-url origin https://x-access-token:${{ secrets.PUBLISH_GH_PAT }}@github.com/${{ github.repository }}
git remote set-url origin https://x-access-token:${{ secrets.AUTO_TAG_PAT }}@github.com/${{ github.repository }}
- name: Extract Tag Name