We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467c3db commit 611337cCopy full SHA for 611337c
1 file changed
.github/workflows/release.yml
@@ -140,7 +140,7 @@ jobs:
140
- name: Publish
141
run: |
142
echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
143
- echo "@vite-plus:registry=https://npm.pkg.github.com/" >> ~/.npmrc
144
- pnpm --filter=@voidzero-dev/global publish --registry https://npm.pkg.github.com --no-git-checks
+ echo "@voidzero-dev:registry=https://npm.pkg.github.com/" >> ~/.npmrc
+ pnpm publish --filter=./packages/global --registry https://npm.pkg.github.com --no-git-checks
145
env:
146
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments