From be9c0b3f843176b68c15cdc596a279dbbc91a48d Mon Sep 17 00:00:00 2001 From: Jon C Date: Mon, 11 Aug 2025 22:44:13 +0200 Subject: [PATCH] CI: Add missing @ in version for cargo-release #### Problem There's a missing `@` in the cargo-release version, so it's failing to install in CI. #### Summary of changes Add. That. `@`. --- .github/workflows/publish-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index 4a3c9e0..a43752a 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -85,7 +85,7 @@ jobs: - name: Install cargo-semver-checks uses: taiki-e/install-action@v2 with: - tool: cargo-semver-checks@0.42.0,cargo-release0.25.18 + tool: cargo-semver-checks@0.42.0,cargo-release@0.25.18 - name: Set Git Author (required for cargo-release) run: |