-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
Action tries to make a new release when one already exists #140
Comments
I myself actually started getting this exact same thing this morning with no changes to how I was using this action. |
This is likely the same error reported in #139 |
Just saw this as well from kube-rs/kube#620 and I suspect it might have caused the interesting side-effect of inlining the body_path.txt file 3 times. |
I think I can see that regression in this pull request Can you open a specific issue for that so that the info doesn’t get lost in the mix? |
the main issue the causing the error breaking releases is now fixed in https://github.com/softprops/action-gh-release/releases/tag/v0.1.12 (v1 tag was updated) there may be smaller cosmetic issues but the main issue is resolved |
I use
action-gh-release
to automatically upload a CI build when a new release is cut. Recently this has stopped working. It looks like the action is trying to make the release, even though it already exists.https://github.com/optix2000/totsugeki/runs/3275313508?check_suite_focus=true
Compared to previously:
https://github.com/optix2000/totsugeki/runs/3268658767?check_suite_focus=true
The text was updated successfully, but these errors were encountered: