Skip to content

Commit 578685c

Browse files
Fix workflow
1 parent f7a8a9f commit 578685c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
version: latest
3434
args: release --rm-dist
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)