Skip to content

Commit 34cbd0f

Browse files
author
Leroy Korterink
committed
Enable provenance during publish
1 parent a23f27f commit 34cbd0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-version-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
git tag $(npm pkg get version | tr -d '"') -m "v$(npm pkg get version | tr -d '"')"
6363
6464
- name: Publish to NPM
65-
uses: JS-DevTools/npm-publish@v2
65+
uses: JS-DevTools/npm-publish@v3
6666
with:
6767
token: ${{ secrets.NPM_TOKEN }}
68+
provenance: true
6869
ignore-scripts: false
6970

7071
- name: Push latest version

0 commit comments

Comments
 (0)