We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d7829 commit 5b5f860Copy full SHA for 5b5f860
.github/workflows/tag-with-gitversion.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Create and push annotated tag (minor+1, patch=0)
30
env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GIST_AUTH_TOKEN }}
32
run: |
33
set -euo pipefail
34
MAJOR="${{ steps.gitversion.outputs.major }}"
0 commit comments