Skip to content

Commit

Permalink
Merge branch 'reusable-vercel-deploy'
Browse files Browse the repository at this point in the history
  • Loading branch information
admdly committed Nov 24, 2023
2 parents f7e8f2d + 6a48972 commit b27b98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
"vercel_prod=--prod"
} >> $GITHUB_OUTPUT
else
"vercel_env=preview" >> $GITHUB_OUTPUT
echo "vercel_env=preview" >> $GITHUB_OUTPUT
fi
- uses: actions/checkout@v4
- name: Install Vercel CLI
Expand Down

0 comments on commit b27b98a

Please sign in to comment.