Skip to content

Commit 3810b9c

Browse files
Fix env
1 parent 9d361ba commit 3810b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Publish `docs`
3636
env:
37-
VERCEL_PROJECT_ID: ${{ envs.VERCEL_TS_DOCS_PROJECT_ID }}
37+
VERCEL_PROJECT_ID: ${{ env.VERCEL_TS_DOCS_PROJECT_ID }}
3838
run: |
3939
vercel deploy \
4040
--cwd apps/docs \

0 commit comments

Comments
 (0)