From 1bf5c0edb94648309b9115c444d7ec20f7063895 Mon Sep 17 00:00:00 2001 From: Mohit Saxena <76725454+mohitsaxenaknoldus@users.noreply.github.com> Date: Sat, 10 Dec 2022 23:04:26 +0530 Subject: [PATCH] Update update-cargo-toml-version.yml --- .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 dace204ec..e823a0b23 100644 --- a/.github/workflows/update-cargo-toml-version.yml +++ b/.github/workflows/update-cargo-toml-version.yml @@ -45,4 +45,4 @@ jobs: --body '⚠️ This PR is automatically generated. Check the new version is the expected one before merging.' \ --label 'skip changelog' \ --milestone $NEW_VERSION - --base $NEW_BRANCH + --base $GITHUB_REF_NAME