Skip to content

Commit

Permalink
enable provenance in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 26, 2024
1 parent 72f6467 commit 4d844d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
run: |-
echo "//registry.npmjs.org/:_authToken=${{ env.NPMJS_TOKEN }}" > .npmrc
npm publish --otp=${{ env.TOTP_CODE }}
npm publish --otp=${{ env.TOTP_CODE }} --provenance
- if: ${{ always() && startsWith(github.ref, 'refs/tags') }}
uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
Expand Down

0 comments on commit 4d844d7

Please sign in to comment.