Skip to content

Commit e89a2d8

Browse files
committed
Remove the manual env var for automatic node publishing
1 parent 92fe705 commit e89a2d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ jobs:
4848
4949
- name: Publish to NPM
5050
run: npm publish --tag ${{ steps.npm-tag.outputs.tag }} --provenance
51-
env:
52-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)