Skip to content

Commit 334ee9c

Browse files
committed
Try lowercase
1 parent 2a2e80f commit 334ee9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Publish to NPM
3636
env:
37-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
3838
run: |
3939
if [ -f version.txt ]; then
4040
echo "Publishing to NPM"

0 commit comments

Comments
 (0)