Skip to content

Commit d263bd8

Browse files
Adding provenance flag to github workflow for npm trusted publisher
1 parent b571804 commit d263bd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
6565
- name: Publish to npm
6666
if: ${{ steps.verify_version.outputs.version_tag != '' }}
67-
uses: JS-DevTools/npm-publish@v1
67+
uses: JS-DevTools/npm-publish@v4
6868
with:
6969
token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
7070
access: 'public'
7171
tag: ${{ steps.verify_version.outputs.version_tag }}
72+
provenance: true

0 commit comments

Comments
 (0)