Skip to content

Commit 8ceddbf

Browse files
committed
ci: pnpm publish do not -r
1 parent f2b8b84 commit 8ceddbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Publish to NPM and sync to GitHub
8686
if: github.event_name == 'push' && github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
8787
run: |
88-
pnpm -r publish --no-git-checks
88+
pnpm publish --no-git-checks
8989
pnpx changelogithub
9090
env:
9191
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)