Skip to content

Commit 53a3b09

Browse files
committed
[ci skip] chore: fix publish.yml
1 parent 4c40784 commit 53a3b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: |
2929
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
3030
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
31-
pnpm publish --no-git-checks --access public
31+
pnpm publish -r --no-git-checks --access public

0 commit comments

Comments
 (0)