Skip to content

Commit 6d40eae

Browse files
committed
ci: remove --provenance flag to fix npm publish
1 parent df650dd commit 6d40eae

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 --provenance --access public
29+
- run: npm publish
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)