Skip to content

Commit fd07595

Browse files
committed
Add correct publish env variable
1 parent fa94e33 commit fd07595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Deploy package
2323
run: npm publish
2424
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)