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 5402fa0 commit e45c0e6Copy full SHA for e45c0e6
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Node
38
uses: actions/setup-node@v4.0.1
39
with:
40
- node-version: 20
+ node-version: 24
41
cache: pnpm
42
registry-url: "https://registry.npmjs.org"
43
if: ${{ steps.release.outputs.release_created == 'true' }}
@@ -55,7 +55,5 @@ jobs:
55
56
57
- name: Publish to NPM
58
- run: npm publish --access public --tag latest
59
- env:
60
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: NODE_AUTH_TOKEN="" npm publish --access public --tag latest --provenance
61
0 commit comments