From 87aa3cd9d9bae63aa12e0e3e0c97530ed9d97533 Mon Sep 17 00:00:00 2001 From: Carmen Tawalika Date: Tue, 5 Sep 2023 15:32:38 +0200 Subject: [PATCH] Update update-version.yml --- .github/workflows/update-version.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 5b51101dd..3817aa37e 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -22,6 +22,5 @@ jobs: run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - git checkout -b pypi git commit -a -m "Update version number to new_version" - git push origin pypi + git push origin main