From c840d55e89c81d2fe777e7060f9562c7222a7057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 5 Jan 2023 12:56:02 +0100 Subject: [PATCH] Fix update cargo.toml workflow --- .github/workflows/update-cargo-toml-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cargo-toml-version.yml b/.github/workflows/update-cargo-toml-version.yml index 6446a366a..d4d36fec4 100644 --- a/.github/workflows/update-cargo-toml-version.yml +++ b/.github/workflows/update-cargo-toml-version.yml @@ -44,5 +44,5 @@ jobs: --title "Update version for the next release ($NEW_VERSION) in Cargo.toml files" \ --body '⚠️ This PR is automatically generated. Check the new version is the expected one before merging.' \ --label 'skip changelog' \ - --milestone $NEW_VERSION + --milestone $NEW_VERSION \ --base $GITHUB_REF_NAME