We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17e7d9 commit 31ce960Copy full SHA for 31ce960
.github/workflows/release.yml
@@ -338,7 +338,7 @@ jobs:
338
- name: Publish
339
env:
340
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
341
- run: npm publish
+ run: npm publish --provenance
342
343
post-release-integration:
344
needs: [ release, release-integration ]
lib/content/_job-release-integration.yml
@@ -21,7 +21,7 @@ steps:
21
22
23
PUBLISH_TOKEN: $\{{ secrets.PUBLISH_TOKEN }}
24
25
{{else}}
26
runs-on: ubuntu-latest
27
defaults:
0 commit comments