Skip to content

Commit b8c78fd

Browse files
authored
Update build-and-release.yml
1 parent 103da84 commit b8c78fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: publish_release
5151
uses: actions/create-release@v1
5252
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
5454
with:
5555
tag_name: ${{ github.ref }}
5656
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)