Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Workflow creates duplicate tags #127

Open
4 of 10 tasks
mwbrooks opened this issue Sep 13, 2022 · 4 comments
Open
4 of 10 tasks

Publish Workflow creates duplicate tags #127

mwbrooks opened this issue Sep 13, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@mwbrooks
Copy link
Member

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 [ ])

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

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

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
@mwbrooks mwbrooks added the bug Something isn't working label Sep 13, 2022
@filmaj
Copy link
Contributor

filmaj commented Sep 13, 2022

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
Copy link
Contributor

filmaj commented May 20, 2023

I filed JasonEtco/build-and-tag-action#42 for this.

@zimeg
Copy link
Member

zimeg commented May 30, 2024

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

@filmaj
Copy link
Contributor

filmaj commented May 31, 2024

Yeah I think so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants