Skip to content

Commit

Permalink
semver checks fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Feb 22, 2024
1 parent 52f07de commit 52be1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52be1d7

Please sign in to comment.