Skip to content

Commit cde070e

Browse files
committed
Change npm publish command to dry-run in release workflow
1 parent 5510fba commit cde070e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: pnpm build
3535

3636
- name: Publish to npm
37-
run: pnpm publish --access public
37+
run: pnpm publish --dry-run
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)