We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584ba37 commit 46eb9b6Copy full SHA for 46eb9b6
1 file changed
.github/workflows/npm-cd-latest.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install modules
23
run: yarn install
24
- run: yarn test --coverage
25
- - run: yarn build
+ - run: yarn build --provenance --access public
26
- run: npm publish
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments