Skip to content

Commit f64cfcf

Browse files
authored
chore: remove NPM_TOKEN from release.yml
Removed NPM_TOKEN configuration from release workflow.
1 parent f2807b8 commit f64cfcf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
cache: 'pnpm'
2323
- name: Install dependencies
2424
run: pnpm install
25-
- name: Set publishing config
26-
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
27-
env:
28-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2925
- name: Tag and Release
3026
run: |
3127
git config --global user.email "[email protected]"
@@ -38,5 +34,4 @@ jobs:
3834
git push && git push --tags
3935
env:
4036
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
41-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
4237
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)