Skip to content

Commit 46eb9b6

Browse files
authored
Update npm-cd-latest.yml
1 parent 584ba37 commit 46eb9b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-cd-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install modules
2323
run: yarn install
2424
- run: yarn test --coverage
25-
- run: yarn build
25+
- run: yarn build --provenance --access public
2626
- run: npm publish
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)