We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2807b8 commit f64cfcfCopy full SHA for f64cfcf
.github/workflows/release.yml
@@ -22,10 +22,6 @@ jobs:
22
cache: 'pnpm'
23
- name: Install dependencies
24
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}}
29
- name: Tag and Release
30
run: |
31
git config --global user.email "[email protected]"
@@ -38,5 +34,4 @@ jobs:
38
34
git push && git push --tags
39
35
env:
40
36
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
41
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
42
37
NPM_CONFIG_PROVENANCE: true
0 commit comments