From d6da655bfc8d576dbe6cac1f27f83420bfbdaebd Mon Sep 17 00:00:00 2001 From: nashaofu Date: Sat, 30 Mar 2024 13:41:30 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db84e93..f182df5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,6 +60,9 @@ jobs: override: true components: rustfmt, clippy + - name: Check semver + uses: obi1kenobi/cargo-semver-checks-action@v2 + - name: Publish env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}