We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ec1b30 + 5a81485 commit 5895bd9Copy full SHA for 5895bd9
.github/workflows/publish-npm.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Node
24
uses: actions/setup-node@v3
25
with:
26
- node-version: '20'
+ node-version: '24'
27
registry-url: 'https://registry.npmjs.org'
28
29
- name: Install dependencies
bin/publish-npm
@@ -56,4 +56,5 @@ else
56
fi
57
58
# Publish with the appropriate tag
59
+unset NODE_AUTH_TOKEN
60
npm publish --provenance --tag "$TAG"
0 commit comments