Skip to content

Commit 860124b

Browse files
authored
Update release.yml
1 parent 0a0efde commit 860124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: release_tag
1818
uses: yyx990803/release-tag@master
1919
env:
20-
GITHUB_TOKEN: ${{ github.token }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:
2222
tag_name: ${{ github.ref }}
2323
body: |

0 commit comments

Comments
 (0)