-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add option to preserve body #107
Comments
I think that the fix is to check if the body/name are not empty, and overwrite them only in that case, will that solve your case? |
see #108 |
Thanks @regevbr for the quick reply. Actually, the fix in my case is to preserve non-empty body when |
I believe that is what I did in the fix - if a release exists with a body, and the body in the current action run (not the one from the existing release) does not exist (i.e. empty), then do not override it. Or am I missing something here? |
fix #197 - do not overwrite, if empty
Version 2.6.1 is deployed with a fix thanks to @regevbr. Please check. |
Hi we are having the same issue as described here. we publish the release note first and then upload one more file in the asset list. after reading the doc here
the did i get some something wrong? |
Did you try the latest version 2.6.1 ? |
ah, seems the latest the version works for us.. Thanks. |
Before #106, the body was preserved even when overwrite is true.
Could this behavior be restored, perhaps, with the addition of another flag -
preservebody
?The text was updated successfully, but these errors were encountered: