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
Previously, running the yarn release:github-assets script would upload the latest successful artifacts from CI to the release draft.
yarn release:github-assets
I'm not sure if GitHub changed this behavior but now you need to use the --clobber flag.
--clobber
Add the --clobber to this line.
The text was updated successfully, but these errors were encountered:
jsjoeio
Successfully merging a pull request may close this issue.
Previously, running the
yarn release:github-assets
script would upload the latest successful artifacts from CI to the release draft.I'm not sure if GitHub changed this behavior but now you need to use the
--clobber
flag.Solution
Add the
--clobber
to this line.The text was updated successfully, but these errors were encountered: