We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--prod --skip-domain
I set vercel-args to --prod --skip-domain for produciton build, and this working properly few months ago.
vercel-args
Recently I started to get this error:
Vercel CLI 25.1.0 Error! unknown or unexpected option: --skip-domain
If you have any tips I'd be very grateful!
The text was updated successfully, but these errors were encountered:
Not sure what version break this but it's fixed by downgrading to 25.0.0.
25.0.0
From:
uses: amondnet/vercel-action@v25
To:
uses: amondnet/[email protected]
Sorry, something went wrong.
No branches or pull requests
I set
vercel-args
to--prod --skip-domain
for produciton build, and this working properly few months ago.Recently I started to get this error:
Vercel CLI 25.1.0 Error! unknown or unexpected option: --skip-domain
If you have any tips I'd be very grateful!
The text was updated successfully, but these errors were encountered: