You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've added this in v4.2.0 (also available via the v4 and latest refs)
Just a note: if a tag already exists it will be updated, which is different from what you have originally coded: I hope this works out for you, but I guess the majority of people would prefer it like this, since workflows are made to run multiple times, and I see how tagging builds and so would be easier this way.
Thanks again for the PR :)
Yes, thats probably the better way.
I wont be able to use this action, as after i created this pr,
i figured out that what i wanted conflicts with the intention(and implementation) of this action.
I have found another way to do it, and hope this addition will help other people :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds the ability to tag the new commit in the same action, by supplying it with a tag name.
If you don't think this matches what this action is meant to do feel free to close this pr.