We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c40784 commit 53a3b09Copy full SHA for 53a3b09
.github/workflows/publish.yml
@@ -28,4 +28,4 @@ jobs:
28
run: |
29
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
30
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
31
- pnpm publish --no-git-checks --access public
+ pnpm publish -r --no-git-checks --access public
0 commit comments