Skip to content

Commit fee6598

Browse files
committed
fix token name
1 parent 7f4ec31 commit fee6598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: github_tag_action
5353
uses: anothrNick/github-tag-action@1.75.0
5454
env:
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
GITHUB_TOKEN: ${{ secrets.TAGGING_GITHUB_TOKEN }}
5656
WITH_V: true
5757

5858
- name: Make release tags

0 commit comments

Comments
 (0)