We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4ec31 commit fee6598Copy full SHA for fee6598
1 file changed
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
id: github_tag_action
53
uses: anothrNick/github-tag-action@1.75.0
54
env:
55
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TAGGING_GITHUB_TOKEN }}
56
WITH_V: true
57
58
- name: Make release tags
0 commit comments