Semantic-release-action not detecting manually created tags #248
Unanswered
juanluisbaptiste
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have this project where I use this action for semantic release. The last two tags were manually created because there was a problem with the workflow a long time ago, so to continue working on the project at the time, I was creating the tags by hand to trigger the workflow. Now, after a long while without working on that project, I'm trying to fix the workflow, so I started by updating all actions to the latest release. I committed those changes using the "feat:" prefix, and the test.yaml workflow triggered, but, it fails because it calculates a release that already exists. The most recent tag is v1.7.1 (manually created, as also it was v1.7.0), but this action detects v1.6.0 as the last one, and tries to use v1.7.0:
What could be wrong?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions