Any opportunity to use it without tagging? #35
-
Hey! I want to use this action just for "workflow_dispatch" builds, without creating any tags. But right now I see next:
Code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi! Ultimately a github release is tightly coupled with a tag, so you will need to provide some tag to it. |
Beta Was this translation helpful? Give feedback.
-
Yup, it does work, thanks! (however not teset artefacts replacement yet ;) ) edit: replacement does work, I'm happy :) |
Beta Was this translation helpful? Give feedback.
Hi!
Yeah, you can just provide the
tag
input argument to it. This can point to an existing tag, or a new one. If it's a new one you can usecommit
to indicate where the tag should be created from. I think the API works if you don't provide this, though I'm not certain which commit it will use (I'm guessing the HEAD of your primary branch).Ultimately a github release is tightly coupled with a tag, so you will need to provide some tag to it.