Skip to content

Commit

Permalink
chore: publish with provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed May 8, 2024
1 parent ffde815 commit ca93bf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ jobs:
env:
NPMJS_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: publish to NPMJS as "${{ env.NPMJS_RELEASE_TAG }}"
run: npm publish --access public --tag "$NPMJS_RELEASE_TAG"
run: >
npm publish
--provenance
--access public
--tag "$NPMJS_RELEASE_TAG"
- name: pack release result
run: |
mkdir -p "$PACKED_DIR"
Expand Down

0 comments on commit ca93bf5

Please sign in to comment.