Skip to content

Commit 580e9a9

Browse files
committed
ci: restore --provenance flag for npm publish
1 parent 6d40eae commit 580e9a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626

2727
- run: npm run build
2828

29-
- run: npm publish
29+
- run: npm publish --provenance --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)