From f662b4ad7ef0152e5ce65cfc3c9c2573642b898c Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Thu, 21 Oct 2021 02:01:45 +0530 Subject: [PATCH] Update explorer.yml --- .github/workflows/explorer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/explorer.yml b/.github/workflows/explorer.yml index 972646c98..c4a169d26 100644 --- a/.github/workflows/explorer.yml +++ b/.github/workflows/explorer.yml @@ -38,9 +38,9 @@ jobs: with: vercel-token: ${{ secrets.VERCEL_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }} - vercel-args: '--prod' #for production vercel-org-id: ${{ secrets.ORG_ID}} vercel-project-id: ${{ secrets.PROJECT_ID}} working-directory: ./explorer scope: ${{ secrets.TEAM_ID}} + # vercel-args: '--prod' #for production