Skip to content

Commit 4911ff9

Browse files
committed
fix on publish token variable name
1 parent 5dce139 commit 4911ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-github-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Publish
2828
run: npm publish
2929
env:
30-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
30+
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)