diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b11265d6f..342791353 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -351,7 +351,7 @@ jobs: name: 📦 Prepare release needs: [info] runs-on: ubuntu-latest - if: ${{ needs.info.outputs.exists }} + if: ${{ needs.info.outputs.exists == 'true' }} steps: - name: Debug if conditions run: |