Skip to content

Commit 6d5ae85

Browse files
committed
chore: enable publishing with provenance
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ebaa175 commit 6d5ae85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
NPMJS_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9696
- name: publish to NPMJS as "latest"
9797
if: ${{ github.event.inputs.prerelease != 'true' }}
98-
run: npm publish --access public --tag 'latest'
98+
run: npm publish --provenance --access public --tag 'latest'
9999
- name: publish to NPMJS as "unstable-prerelease"
100100
if: ${{ github.event.inputs.prerelease == 'true' }}
101-
run: npm publish --access public --tag 'unstable-prerelease'
101+
run: npm publish --provenance --access public --tag 'unstable-prerelease'
102102
release-GH:
103103
needs:
104104
- "bump"

0 commit comments

Comments
 (0)