Open mchestnut opened 1 year ago
I have the same issue.
Is this supposed to work?
https://github.com/cycjimmy/semantic-release-action/commit/b1467cd17e70d963d7925a60266adb249ee2223d
facing same issue. is there an estimate on when this will be fixed?
Hey guys, this issue still occurs. I am using currently latest version of the action - v4.1.1
. Is there any fix available?
Describe the bug When no new release is published, there is no
last_release_version
in the step output.Workflow
semantic-release-action
and assign it an id ofsemantic
.${{ steps.semantic.outputs.last_release_version }}
.Expected behavior Expect the last release version to be output.
Additional context Looking at the code for
semantic-release
, I think this is actually an expected result on their end. According to their docs, if no new release is published, theresult
object from semantic release should befalse
instead of an object.semantic-release docs