From c982e110a852eff86523a45251fd612ff7a8421a Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Wed, 28 Aug 2024 15:07:57 +0100 Subject: [PATCH] Remove remote origin push --- .github/workflows/bump_version.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 59b3f566a8..42c7e07c51 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -84,9 +84,6 @@ jobs: git add . git commit -m "Bump version to ${{ github.event.inputs.version }}" - # set the branch to track the remote branch - git branch --set-upstream-to=origin/$BRANCH_NAME $BRANCH_NAME - # push version changes git push --set-upstream origin $BRANCH_NAME