From 52be1d7e98e7a362d40e3c43bb95fcf3249a2a9e Mon Sep 17 00:00:00 2001 From: Jonathan Kelley Date: Wed, 21 Feb 2024 22:17:14 -0800 Subject: [PATCH] semver checks fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0680be8b..0c55de844 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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