Skip to content

Commit

Permalink
fix(ci): Check cargo --release before starting release step
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jan 21, 2025
1 parent 9331054 commit 09aaa19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: check release
run: cargo check --release
- name: Run release-plz
uses: release-plz/[email protected]
env:
Expand Down

0 comments on commit 09aaa19

Please sign in to comment.