Update publish-mix-hex-release.yml
This commit is contained in:
parent
066e3e92e1
commit
a57863a095
|
@ -158,7 +158,7 @@ jobs:
|
|||
core.exportVariable('releasePrepped', true)
|
||||
core.setOutput('srcFileUpdated', false)
|
||||
|
||||
if (!semver.eq(version, mixVersion)) {
|
||||
if (!semver.eq(version, srcVersion)) {
|
||||
core.exportVariable('releasePrepped', false)
|
||||
core.exportVariable('published', false)
|
||||
|
||||
|
|
Loading…
Reference in New Issue