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
I saw this happening yesterday, too, for the first time, in https://github.com/octokit/openapi/releases/. I didn't change anything, so I'm not sure how the problem could have been introduced. I'd appreciate if you could start the PR, we can discuss details there?
What surprises me is that there was no update to @semantic-release/github in 25 days, but there were plenty of releases in the same timeframe: https://github.com/octokit/openapi/releases
Following some bit of investigation here, it appears as though this isn't exactly an issue at all.
In the above example, should had "v1.4.1"
The URL structure in the above quote screenshot makes the release look untagged, yes.... but this is the structure for a DRAFT Release, which I assume this release to be (unless I've thought wrongly).... I guess a draft release is not exactly tagged yet until it is really published... It is instead associated to a tag via tag_name but not yet tagged.
See below Draft Release, It was created via the GitHub UI, and it has exactly same url structure that reads untagged
Uh oh!
There was an error while loading. Please reload this page.
Without any reasonable change that I could identify from yesterday to today all our builds where failing due "Publishing untagged version"
In the above example, should had "v1.4.1"
After trying to debug a single line changes made the trick

but many failing test after this change (due urgent reasons of our build system had to fork etc)
Is there something I am missing ? (will create PR etc since I dont like forks ;) )
The text was updated successfully, but these errors were encountered: