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 369a7ed commit 982ee28Copy full SHA for 982ee28
1 file changed
.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Publish
58
if: steps.version.outputs.skip != 'true' && steps.check.outputs.skip != 'true'
59
working-directory: dist
60
- run: npm publish --tag ${{ steps.version.outputs.tag }}
+ run: npm publish --provenance --access public --tag ${{ steps.version.outputs.tag }}
61
62
- name: Tag and Release
63
if: github.event_name == 'push' && steps.version.outputs.skip != 'true' && steps.check.outputs.skip != 'true'
0 commit comments