There was an error while loading. Please reload this page.
1 parent aa0b58f commit d472fe3Copy full SHA for d472fe3
1 file changed
.github/workflows/auto-release.yml
@@ -57,6 +57,7 @@ jobs:
57
fi
58
59
- name: Create and push git tags
60
+ id: create_tags
61
run: |
62
git config user.name "github-actions[bot]"
63
git config user.email "github-actions[bot]@users.noreply.github.com"
@@ -111,4 +112,4 @@ jobs:
111
112
draft: false
113
prerelease: false
114
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments