Skip to content

Commit

Permalink
Manually invoke cargo-semver-checks to pass in env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Apr 2, 2024
1 parent 12777dd commit 75808be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@ jobs:
run: |
cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
- name: Install cargo-semver-checks
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-semver-checks

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
uses: cargo semver-checks

publish:
needs:
Expand Down

0 comments on commit 75808be

Please sign in to comment.