Skip to content

Commit e5eb21d

Browse files
authored
Merge pull request #3 from simonkovtyk/main
ci: added npm token
2 parents 46e3d51 + 1a37a71 commit e5eb21d

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)