Skip to content

Commit f3b18b0

Browse files
committed
fix: add provenance flag back to npm publish command for testing
1 parent f7613b5 commit f3b18b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: pnpm build
4040

4141
- name: Publish to npm
42-
run: pnpm publish --access public --no-git-checks
42+
run: pnpm publish --access public --no-git-checks --provenance #Added back to test in 1.0.2
4343
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4545
# Note: Using NPM_TOKEN for now.
4646
# To use trusted publishers in the future:
4747
# 1. Remove the env section above

0 commit comments

Comments
 (0)