Skip to content

Commit b6a5d2b

Browse files
committed
chore(release): rely on vercel build as deploy preflight gate
1 parent 6cde713 commit b6a5d2b

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/release-manual.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,8 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
preflight:
17-
runs-on: ubuntu-latest
18-
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v4
21-
22-
- name: Setup pnpm
23-
uses: pnpm/action-setup@v4
24-
with:
25-
version: 9.15.0
26-
27-
- name: Setup Node.js
28-
uses: actions/setup-node@v4
29-
with:
30-
node-version: "20"
31-
cache: pnpm
32-
33-
- name: Install dependencies
34-
run: pnpm install --frozen-lockfile
35-
36-
- name: Type check
37-
run: pnpm typecheck
38-
3916
release:
4017
if: ${{ inputs.deploy_production }}
41-
needs: preflight
4218
runs-on: ubuntu-latest
4319
env:
4420
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)