We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a0756 commit e0882fbCopy full SHA for e0882fb
.github/workflows/npm-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: yarn
17
- run: yarn build
18
- run: yarn test
19
- - run: npm publish
+ - run: npm publish --provenance
20
env:
21
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
22
CI: true
0 commit comments