From 17520c7ee61c11e819553e0c22435393e773108b Mon Sep 17 00:00:00 2001 From: Andrew Kogut Date: Wed, 4 Dec 2024 17:56:05 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35e3c3f..11591be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: git config --global user.email 'release@bot.com' git checkout -b "bump-version-$VERSION" git commit -am "chore: Bump version ($VERSION)" + git push --set-upstream origin "bump-version-$VERSION" PR_URL="$(gh pr create --title "chore: Bump version ($VERSION)" --body 'This is automatic PR to bump version')" gh pr merge --auto -r "$PR_URL" gh pr merge --auto