Skip to content

Commit f978e9f

Browse files
authored
Add scope to Vercel alias command
1 parent 8d0abac commit f978e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ steps.deploy.outputs.url != '' }}
5959
env:
6060
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
61-
run: npx vercel alias "${{ steps.deploy.outputs.url }}" next.eecircuit.com --token "$VERCEL_TOKEN"
61+
run: npx vercel alias "${{ steps.deploy.outputs.url }}" next.eecircuit.com --scope danchitnis-projects --token "$VERCEL_TOKEN"
6262

6363
- name: Install Playwright Browsers
6464
run: npx playwright install --with-deps

0 commit comments

Comments
 (0)