Skip to content

Commit 63a5eb3

Browse files
committed
ci(github): fix typo in token on github release
1 parent 551cde6 commit 63a5eb3

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
@@ -60,4 +60,4 @@ jobs:
6060

6161
- run: yarn publish
6262
env:
63-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
63+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)