diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index de94d7a..7f3e5d2 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -38,7 +38,7 @@ jobs: name: Check breaking CLI changes runs-on: ${{ matrix.job.os }} needs: determine-package - if: ${{ needs.determine-package.outputs.package }} == 'rustic-rs' + if: needs.determine-package.outputs.package == 'rustic-rs' strategy: matrix: rust: [stable]