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 0fdf34e commit 42f75a7Copy full SHA for 42f75a7
.github/workflows/ci.yml
@@ -53,6 +53,6 @@ jobs:
53
run: |
54
npm install
55
npm run build --if-present
56
- npm publish --provenance --access public
+ npm publish --access public
57
env:
58
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments