Skip to content

Commit 8205847

Browse files
committed
build: fix release
1 parent 7cef731 commit 8205847

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
@@ -32,5 +32,5 @@ jobs:
3232
- name: Release
3333
run: npx semantic-release
3434
env:
35-
GITHUB_TOKEN: ${{secrets.AUTOMATION_TOKEN}}
35+
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
3636
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)