Skip to content

Commit bce0f79

Browse files
fix: added missing envs for Vercel release (#3934)
Added missing envs for Vercel release
1 parent e4cf8af commit bce0f79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

11+
env:
12+
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
13+
VERCEL_TS_DOCS_PROJECT_ID: 'prj_iBhTlkv2hj2E6BiA3GeacxgNHIEL'
14+
VERCEL_TS_DOCS_API_PROJECT_ID: 'prj_hBydWalwFfqTPkpKTIy82abixInS'
15+
VERCEL_TS_TEMPLATE_PROJECT_ID: 'prj_syuKtl2KTIU4OvO2mRccdbIt55BN'
16+
1117
jobs:
1218
release:
1319
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)