We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fe306 commit a2eee4cCopy full SHA for a2eee4c
.github/workflows/release.yml
@@ -21,6 +21,4 @@ jobs:
21
22
- run: npm install
23
- run: npm run compile
24
- - run: npm publish
25
- env:
26
- NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'
+ - run: npm publish --provenance
0 commit comments