semver checks fix

This commit is contained in:
Jonathan Kelley 2024-02-21 22:26:51 -08:00
parent 52be1d7e98
commit 19c0007cb7
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -125,7 +125,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
@ -133,7 +132,9 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
- run: cargo semver-checks --workspace --exclude "dioxus-cli, dioxus-ext"
with:
manifest-path: ./Cargo.toml
exclude: "dioxus-cli, dioxus-ext"
playwright:
if: github.event.pull_request.draft == false