Update publish-mix-hex-release.yml

This commit is contained in:
Bryan Naegele 2024-02-04 18:05:20 -07:00 committed by GitHub
parent 066e3e92e1
commit a57863a095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)