Skip to content

Commit

Permalink
Another attempt at fixing the if
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 8, 2022
1 parent 6cea3a5 commit 253ddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 253ddad

Please sign in to comment.