Skip to content

Commit 95a8a50

Browse files
committed
feat: add PR_PREVIEW_DOMAIN
1 parent 6ec028c commit 95a8a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
7373
VERCEL_PROJECT_ID: ${{ secrets[matrix.secret_project_id] }}
7474
GITHUB_DEPLOYMENT: false
75-
# PR_PREVIEW_DOMAIN: "${{ matrix.locale }}.{PR}.nextjs.im"
75+
PR_PREVIEW_DOMAIN: "${{ matrix.locale }}.{PR}.nextjs.im"
7676

7777
# - name: Deploy to Vercel (${{ matrix.locale }})
7878
# if: steps.should_deploy.outputs.should_deploy == 'true'

0 commit comments

Comments
 (0)