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 2cc496d commit 373b6f1Copy full SHA for 373b6f1
.github/workflows/main.yml
@@ -44,6 +44,8 @@ jobs:
44
registry-url: 'https://registry.npmjs.org'
45
46
- run: npm ci
47
- - run: npm publish --provenance --access public
+
48
+ # TODO: Add --provenance once the repo is public
49
+ - run: npm publish --access public
50
env:
51
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments