BetaHuhn / deploy-to-vercel-action

🎬▲ Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.
https://mxis.ch
MIT License
141 stars 71 forks source link

Error: undefinedVercel CLI 31.2.2 #374

Closed MartinLupa closed 1 year ago

MartinLupa commented 1 year ago

Hello, I have been using this action with no problems, and now I just did a small update since I want the build to point to a specific environment to fetch content from a CMS. When adding the BUILD_ENV option to the action, it returns the reported error when running the workflow.

Adding this to the action yml: image

Generates this error: image

Removing the BUILD_ENV removes the error.