From 346fca56084e02078dbb2d2d486b37f55fd43dc4 Mon Sep 17 00:00:00 2001 From: Mohit Saxena <76725454+mohitsaxenaknoldus@users.noreply.github.com> Date: Fri, 9 Dec 2022 00:20:51 +0530 Subject: [PATCH 1/2] Update update-cargo-toml-version.yml --- .github/workflows/update-cargo-toml-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-cargo-toml-version.yml b/.github/workflows/update-cargo-toml-version.yml index faf3b0aaa..dace204ec 100644 --- a/.github/workflows/update-cargo-toml-version.yml +++ b/.github/workflows/update-cargo-toml-version.yml @@ -45,3 +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 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 2/2] 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