Skip to content

Commit 8054a4c

Browse files
committed
ci: publish with provenance
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5bd28e7 commit 8054a4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ jobs:
105105
env:
106106
NPMJS_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
107107
- name: publish to NPMJS as "${{ env.NPMJS_RELEASE_TAG }}"
108-
run: npm publish --access public --tag "$NPMJS_RELEASE_TAG"
108+
run: >
109+
npm publish
110+
--provenance
111+
--access public
112+
--tag "$NPMJS_RELEASE_TAG"
109113
- name: pack release result
110114
run: |
111115
mkdir -p "$PACKED_DIR"

0 commit comments

Comments
 (0)