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 20d7897 commit 4f67cbeCopy full SHA for 4f67cbe
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Set package version
47
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
48
- name: Publish package
49
- run: npm publish --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
+ run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
50
- name: Push version bump
51
uses: stefanzweifel/git-auto-commit-action@v4
52
with:
0 commit comments