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 670981f commit 0f68420Copy full SHA for 0f68420
.github/workflows/npm-publish.yml
@@ -53,9 +53,10 @@ jobs:
53
else
54
echo "tag=latest" >> $GITHUB_OUTPUT
55
fi
56
- - run: npm publish --provenance --access public --tag ${{ steps.npm_tag.outputs.tag }}
57
- env:
58
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+
+ - name: Update npm
+ run: npm install -g npm@latest
59
+ - run: npm publish
60
61
publish-gpr:
62
needs: build
0 commit comments