We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd28e7 commit 8054a4cCopy full SHA for 8054a4c
.github/workflows/release.yml
@@ -105,7 +105,11 @@ jobs:
105
env:
106
NPMJS_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
107
- name: publish to NPMJS as "${{ env.NPMJS_RELEASE_TAG }}"
108
- run: npm publish --access public --tag "$NPMJS_RELEASE_TAG"
+ run: >
109
+ npm publish
110
+ --provenance
111
+ --access public
112
+ --tag "$NPMJS_RELEASE_TAG"
113
- name: pack release result
114
run: |
115
mkdir -p "$PACKED_DIR"
0 commit comments