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 7ce92db commit 9379a38Copy full SHA for 9379a38
.github/workflows/publish.yml
@@ -23,6 +23,7 @@ jobs:
23
- run: npm version ${TAG_NAME} --git-tag-version=false
24
env:
25
TAG_NAME: ${{ github.event.release.tag_name }}
26
+ # Install latest version of npm for publishing with provenance
27
- run: npm install -g npm
28
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
29
0 commit comments