From 71ce91c231a950f4d57b44f0fcb62af51c09821d Mon Sep 17 00:00:00 2001 From: Anas jaidi Date: Sat, 9 Nov 2024 23:27:02 +0100 Subject: [PATCH] Update web-vercel-deploy.yml --- .github/workflows/web-vercel-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-vercel-deploy.yml b/.github/workflows/web-vercel-deploy.yml index 633de8eb..2d0fa2e2 100644 --- a/.github/workflows/web-vercel-deploy.yml +++ b/.github/workflows/web-vercel-deploy.yml @@ -34,4 +34,4 @@ jobs: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} # Add Org ID if necessary VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} # Add Project ID if necessary - run: vercel --prod --token $VERCEL_TOKEN --scope $VERCEL_ORG_ID --project $VERCEL_PROJECT_ID + run: vercel --prod --token $VERCEL_TOKEN --scope $VERCEL_ORG_ID