Skip to content

Commit 0489445

Browse files
committed
ci: scripts
1 parent f429c86 commit 0489445

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,7 +34,7 @@ jobs:
3434

3535
- run: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
3636

37-
- run: pnpm -r publish --access=public --no-git-checks
37+
- run: pnpm publish --access=public --no-git-checks
3838
env:
3939
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
4040

0 commit comments

Comments
 (0)