Skip to content

Commit f0efc3d

Browse files
committed
doc: update workflows config. #137
1 parent 3e4e34e commit f0efc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: npm publish
8686
continue-on-error: true
8787
env:
88-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
88+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8989

9090
outputs:
9191
successful: ${{steps.create_tag.outputs.successful }}

0 commit comments

Comments
 (0)