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 ebaa175 commit 6d5ae85Copy full SHA for 6d5ae85
.github/workflows/release.yml
@@ -95,10 +95,10 @@ jobs:
95
NPMJS_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
96
- name: publish to NPMJS as "latest"
97
if: ${{ github.event.inputs.prerelease != 'true' }}
98
- run: npm publish --access public --tag 'latest'
+ run: npm publish --provenance --access public --tag 'latest'
99
- name: publish to NPMJS as "unstable-prerelease"
100
if: ${{ github.event.inputs.prerelease == 'true' }}
101
- run: npm publish --access public --tag 'unstable-prerelease'
+ run: npm publish --provenance --access public --tag 'unstable-prerelease'
102
release-GH:
103
needs:
104
- "bump"
0 commit comments