Skip to content

Commit

Permalink
fix: push to rel and master
Browse files Browse the repository at this point in the history
JIRA: PSDK-213
risk: low
  • Loading branch information
hkad98 committed Nov 14, 2024
1 parent 6ff47a6 commit e1a21fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
git config user.email [email protected]
git add -A
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
git push origin master ${{ steps.bump.outputs.release_branch }}
git push origin ${{ steps.bump.outputs.release_branch }}
git push origin master
# TODO: this part waits for docs build and publish optimization it takes too long (~15 minutes)
# trigger-release:
Expand Down

0 comments on commit e1a21fa

Please sign in to comment.