Skip to content

Commit 8c95cce

Browse files
committed
ci(info): remove '-r' flag from pnpm publish command
1 parent bbcd2cc commit 8c95cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/info_release.yml

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

3939
- name: Publish to NPM
4040
working-directory: packages/info
41-
run: pnpm -r publish --access public --no-git-checks
41+
run: pnpm publish --access public --no-git-checks
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)