Skip to content

Commit

Permalink
Merge pull request #895 from gooddata/snapshot-master-0306c943-to-rel…
Browse files Browse the repository at this point in the history
…/dev

[bot] Merge master/0306c943 into rel/dev
  • Loading branch information
yenkins-admin authored Nov 14, 2024
2 parents 953e1bc + 0306c94 commit 4bbcd1c
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 @@ -55,6 +55,7 @@ jobs:
make release-ci VERSION=${{ steps.bump.outputs.new_version }}
- name: Specify release branch
id: branch
run: |
if [ "${{ github.event.inputs.bump_type }}" == "patch" ]; then
RELEASE_BRANCH="patch/${{ steps.bump.outputs.new_version }}"
Expand All @@ -69,7 +70,7 @@ jobs:
git config user.email [email protected]
git add -A
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
git push origin ${{ steps.bump.outputs.release_branch }}
git push origin ${{ steps.branch.outputs.release_branch }}
git push origin master
# TODO: this part waits for docs build and publish optimization it takes too long (~15 minutes)
Expand Down

0 comments on commit 4bbcd1c

Please sign in to comment.