Skip to content

Commit 1131f76

Browse files
authored
Update npm-publish.yml
1 parent 2626ef6 commit 1131f76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
ls -al
2525
pnpm i
2626
pnpm build
27-
npm publish
2827
- name: Publish to NPM
2928
run: npm publish
3029
env:
31-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)