There was an error while loading. Please reload this page.
1 parent e349868 commit ba6d5b1Copy full SHA for ba6d5b1
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
- run: npm ci
20
- run: npm test
21
- - run: npm publish --provenance --access public
+ - run: npm publish --access public
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
- name: Create GitHub Release
0 commit comments