-
Notifications
You must be signed in to change notification settings - Fork 319
Is it possible to avoid duplicate tag? #72
Comments
i agree, the readme example reports |
This is also a problem when one needs to release multiple assets from different build machines. Github has get-a-release-by-tag-name api which could be used to verify if there is an existing release for the given tag already. |
@coot this is likely an improper forum to share, but i used |
@nerdCopter thanks for your suggestion. I solved this by using: |
Agreed. i did this also, then preferred the other method. both work very well. the nice part is you can use the |
First I just want to say thank you for this great github action plugin.
I am having this issue whenever I am creating a PR against release branch I use this action to create release draft and automatically create a tag based on the PR title. But whenever I pushed new changes to the same branch where I create PR from, it automatically create a new release draft with the same tag.
Is there a way to avoid duplicate release tag in this action? So if there is already a release with the same tag, it should just not create new release.
So maybe an option like:
The text was updated successfully, but these errors were encountered: