mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
semver checks fix
This commit is contained in:
parent
52f07de015
commit
52be1d7e98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
|||
save-if: ${{ github.ref == 'refs/heads/main' }}
|
||||
- name: Check semver
|
||||
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:
|
||||
if: github.event.pull_request.draft == false
|
||||
|
|
Loading…
Reference in a new issue