Skip to content

Commit bf13d34

Browse files
authored
Remove NODE_AUTH_TOKEN from npm publish step
Removed NODE_AUTH_TOKEN environment variable from npm publish step.
1 parent 8403f87 commit bf13d34

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
cd "${{ matrix.package }}"
9292
pnpm run build
9393
npm publish --access public
94-
env:
95-
NODE_AUTH_TOKEN: ${{ secrets.NPM_DEPLOY_TOKEN }}
9694
9795
- name: Publish Rust crate
9896
if: startsWith(matrix.package, 'crates/')

0 commit comments

Comments
 (0)