Skip to content

Commit

Permalink
ci: pin vercel cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 4, 2024
1 parent bbf8492 commit fc62240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: corepack enable
- run: pnpm i
- run: pnpm build
- run: npm i -g vercel@latest
- run: npm i -g vercel@33.0.1
- run: bash misc/vercel/auth-ci.sh
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit fc62240

Please sign in to comment.