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