action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

Add parameter "allow_update" to control reuse of existing tag_name

Open wkmyws opened this issue 1 year ago • 2 comments

I noticed that when a tag_name already exists, this script reuses the existing tag_name and updates the assets.

Can we add a parameter allow_update to determine whether it is allowed to reuse an existing tag_name? If allow_update is set to false and the tag_name already exists, an error should be thrown.

wkmyws avatar Dec 16 '23 07:12 wkmyws

I'm curious if you have an idea what is happening here https://github.com/softprops/action-gh-release/issues/403. Thank you, Vitaly

vitalykarasik avatar Dec 31 '23 13:12 vitalykarasik

@wkmyws hope it helps: https://github.com/softprops/action-gh-release/issues/403#issuecomment-1909895544

koss110 avatar Jan 25 '24 10:01 koss110