From cdb7bfcc1a698bff2d38d4208152b4128d64f6db Mon Sep 17 00:00:00 2001 From: Adam Tworkiewicz Date: Tue, 10 May 2022 08:43:31 -0500 Subject: [PATCH] hardedn git push on branch script --- .github/workflows/cd-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 80b9dd20..7c6ad594 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -27,7 +27,7 @@ jobs: git config --global user.email "developers@teradata.com" git config --global user.name "Teradata GitHub Actions" bumpversion --tag --commit --new-version $RELEASE_VERSION num - git push + git push --set-upstream origin releases/$RELEASE_VERSION git push --tags env: RELEASE_VERSION: ${{ github.event.inputs.releaseVersion }}