Skip to content

Fix gh release upload overwrite #4602

New issue

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

Closed
jsjoeio opened this issue Dec 10, 2021 · 0 comments · Fixed by #4628
Closed

Fix gh release upload overwrite #4602

jsjoeio opened this issue Dec 10, 2021 · 0 comments · Fixed by #4628
Assignees
Labels
chore Related to maintenance or clean up enhancement Some improvement that isn't a feature
Milestone

Comments

@jsjoeio
Copy link
Contributor

jsjoeio commented Dec 10, 2021

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.

@jsjoeio jsjoeio added enhancement Some improvement that isn't a feature chore Related to maintenance or clean up labels Dec 10, 2021
@jsjoeio jsjoeio modified the milestones: 4.0.1, 4.0.0 Dec 10, 2021
@jsjoeio jsjoeio self-assigned this Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Related to maintenance or clean up enhancement Some improvement that isn't a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant