Skip to content

Commit

Permalink
hardedn git push on branch script
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tworkiewicz committed May 10, 2022
1 parent ca78c9f commit cdb7bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit cdb7bfc

Please sign in to comment.