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.
2 parents 12d5e1a + c1bbd86 commit 6b82b18Copy full SHA for 6b82b18
.github/workflows/publish-release-npm-package.yml
@@ -26,6 +26,10 @@ jobs:
26
registry-url: "https://registry.npmjs.org"
27
node-version-file: package.json
28
29
+ # Ensure npm 11.5.1 or later is installed
30
+ - name: Update npm
31
+ run: npm install -g npm@latest
32
+
33
- name: 🔨 Install dependencies
34
run: "yarn install --frozen-lockfile"
35
@@ -43,5 +47,3 @@ jobs:
43
47
run: npm publish --provenance --access public --tag latest
44
48
if: steps.parse.outputs.pkg
45
49
working-directory: ${{ steps.parse.outputs.pkg }}
46
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments