We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24069bf commit 4af4484Copy full SHA for 4af4484
1 file changed
.github/workflows/release.yml
@@ -138,4 +138,4 @@ jobs:
138
sed -i '' 's/"version": "0.0.0"/"version": "0.0.0-${{ github.sha }}"/' packages/global/package.json
139
140
- name: Publish
141
- run: pnpm --filter=@vite-plus/global publish --registry https://npm.pkg.github.com
+ run: pnpm --filter=@vite-plus/global publish --registry https://npm.pkg.github.com --no-git-checks
0 commit comments