semver checks fix

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

View file

@ -133,7 +133,7 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }} save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Check semver - name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2 uses: obi1kenobi/cargo-semver-checks-action@v2
- run: cargo semver-checks check-release --workspace --exclude "dioxus-cli, dioxus-ext" - run: cargo semver-checks --workspace --exclude "dioxus-cli, dioxus-ext"
playwright: playwright:
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false