Skip to content

Commit b143c7b

Browse files
committed
auth
1 parent 4af4484 commit b143c7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,10 @@ jobs:
137137
run: |
138138
sed -i '' 's/"version": "0.0.0"/"version": "0.0.0-${{ github.sha }}"/' packages/global/package.json
139139
140+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
141+
with:
142+
node-version: "22"
143+
registry-url: "https://npm.pkg.github.com"
144+
140145
- name: Publish
141146
run: pnpm --filter=@vite-plus/global publish --registry https://npm.pkg.github.com --no-git-checks

0 commit comments

Comments
 (0)