diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index 6ae711f6957a..6840bbe2a168 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -70,7 +70,8 @@ jobs: # TODO: Remove once we know that automerge doesn't infinitely loop with this action - name: Quit early - run: if [[ ${{ steps.checkCurrentVersion.outputs.CURRENT_VERSION == '1.0.2-60' }} ]]; then exit 1; fi; + if: ${{ steps.checkCurrentVersion.outputs.CURRENT_VERSION == '1.0.2-60' }} + run: exit 1 - uses: softprops/turnstyle@8db075d65b19bf94e6e8687b504db69938dc3c65 with: