diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 20640e9..6ab9d60 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -45,7 +45,7 @@ jobs: fi - name: Verify that this is the first revision with this version - if: steps.check-tag.outputs.need_tag == 'true' + if: steps.check-tag.outputs.need-new-tag == 'true' run: | git fetch --unshallow git checkout HEAD~ package.json @@ -55,7 +55,7 @@ jobs: fi - name: Check semver syntax - if: steps.check-tag.outputs.need_tag == 'true' + if: steps.check-tag.outputs.need-new-tag == 'true' id: semver-check run: | chmod +x .github/scripts/*.sh