We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d3fe0 commit f20a030Copy full SHA for f20a030
.github/workflows/publish.yml
@@ -23,4 +23,4 @@ jobs:
23
- run: npm version ${TAG_NAME} --git-tag-version=false
24
env:
25
TAG_NAME: ${{ github.event.release.tag_name }}
26
- - run: npm publish --ignore-scripts
+ - run: npm --ignore-scripts publish --provenance
0 commit comments