Skip to content

Commit 1a37a71

Browse files
committed
ci: added npm token
1 parent 6a4bf4a commit 1a37a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Publish
2727
env:
28-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
run: |
3030
cd dist
3131
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc

0 commit comments

Comments
 (0)