From 9021cb4258951341f5fcc747abb81f6aaf38ecc5 Mon Sep 17 00:00:00 2001 From: curquiza Date: Tue, 12 Aug 2025 14:55:57 +0200 Subject: [PATCH] Fix update-cargo-version CI --- .github/workflows/update-cargo-toml-version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-cargo-toml-version.yml b/.github/workflows/update-cargo-toml-version.yml index d13a4404a..4118cd651 100644 --- a/.github/workflows/update-cargo-toml-version.yml +++ b/.github/workflows/update-cargo-toml-version.yml @@ -41,5 +41,4 @@ jobs: --title "Update version for the next release ($NEW_VERSION) in Cargo.toml" \ --body '⚠️ This PR is automatically generated. Check the new version is the expected one and Cargo.lock has been updated before merging.' \ --label 'skip changelog' \ - --milestone $NEW_VERSION \ --base $GITHUB_REF_NAME