Skip to content

Commit 611337c

Browse files
committed
Fix publish
1 parent 467c3db commit 611337c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Publish
141141
run: |
142142
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
143+
echo "@voidzero-dev:registry=https://npm.pkg.github.com/" >> ~/.npmrc
144+
pnpm publish --filter=./packages/global --registry https://npm.pkg.github.com --no-git-checks
145145
env:
146146
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)