Skip to content

Commit 226f6b3

Browse files
committed
feat(cd): use secure publishing
1 parent 5b502cd commit 226f6b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
run: npm run build
3939

4040
- name: Publish to NPM
41-
env:
42-
NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
4341
run: npm publish --provenance --access public
4442

4543
- name: Setup Node.js for GitHub Packages

0 commit comments

Comments
 (0)