From 253ddad26aef4645be4539715cd99cf533cf9150 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 8 Nov 2022 15:17:35 +1100 Subject: [PATCH] Another attempt at fixing the if --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae4d83a91460..324a031372b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: echo "code=${RESPONSE_CODE}" >> $GITHUB_OUTPUT - name: Check public API for semver violations - if: ${{ steps.check-released.outputs.code }} == 200 # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped. + if: steps.check-released.outputs.code == 200 # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped. run: | cargo install cargo-semver-checks cargo semver-checks check-release -p ${{ matrix.crate }}