We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b571804 commit d263bd8Copy full SHA for d263bd8
.github/workflows/publish-to-npm.yml
@@ -64,8 +64,9 @@ jobs:
64
65
- name: Publish to npm
66
if: ${{ steps.verify_version.outputs.version_tag != '' }}
67
- uses: JS-DevTools/npm-publish@v1
+ uses: JS-DevTools/npm-publish@v4
68
with:
69
token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
70
access: 'public'
71
tag: ${{ steps.verify_version.outputs.version_tag }}
72
+ provenance: true
0 commit comments