Skip to content

Fix duplicated release tags#19

Merged
giograno merged 1 commit intomainfrom
fix-release-create-tag
Feb 27, 2026
Merged

Fix duplicated release tags#19
giograno merged 1 commit intomainfrom
fix-release-create-tag

Conversation

@giograno
Copy link
Copy Markdown
Member

We did find out that our release workflow creates two tags every time, one with the v prefix and one without.
This was due to the argument provided to the gh release create: while a v-tag was already created, gh release create was supplied with the non-v version. Since this tag does not exist at that point, the gh command just creates it.

@giograno giograno requested a review from alexrashed February 27, 2026 07:52
Copy link
Copy Markdown
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A missing v 🤣 🤦🏽

@giograno giograno merged commit f0cbce3 into main Feb 27, 2026
@giograno giograno deleted the fix-release-create-tag branch February 27, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants