slack-github-action icon indicating copy to clipboard operation
slack-github-action copied to clipboard

Publish Workflow creates duplicate tags

Open mwbrooks opened this issue 3 years ago • 4 comments

Description

The publish workflow is created duplicate tags. The manual release steps creates a semver tag (e.g. v1.20.0) while the JasonEtco/build-and-tag-action action creates a second tag that's missing the patch (e.g. v1.20).

image

We may be able to fix this by specifying the tag name in the JasonEtco/build-and-tag-action action.

What type of issue is this? (place an x in one of the [ ])

  • [x] bug
  • [ ] enhancement (feature request)
  • [ ] question
  • [ ] documentation related
  • [ ] example code related
  • [ ] testing related
  • [ ] discussion

Requirements (place an x in each of the [ ])

  • [x] I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • [x] I've read and agree to the Code of Conduct.
  • [x] I've searched for any related issues and avoided creating a duplicate issue.

mwbrooks avatar Sep 13 '22 19:09 mwbrooks

Even with using the with: tag_name: tagname specifier for this action, it still seems like it is an issue (still happened for the v1.22.0 release).

filmaj avatar Sep 13 '22 19:09 filmaj

I filed https://github.com/JasonEtco/build-and-tag-action/issues/42 for this.

filmaj avatar May 20 '23 14:05 filmaj

:thinking: Could this be expected behavior to allow folks to pin a specific patch version or just use the latest patch of a minor version?

zimeg avatar May 30 '24 21:05 zimeg

Yeah I think so

filmaj avatar May 31 '24 11:05 filmaj