Skip to content

Commit 22d94ae

Browse files
authored
Merge pull request #900 from hkad98/jkd/releasing
fix: nothing pushed to master
2 parents beadafc + c3726f2 commit 22d94ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump-version.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
git add -A
7373
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
7474
git push origin ${{ steps.branch.outputs.release_branch }}
75+
git checkout master
76+
git merge ${{ steps.branch.outputs.release_branch }}
7577
git push origin master
7678
7779
# TODO: this part waits for docs build and publish optimization it takes too long (~15 minutes)

0 commit comments

Comments
 (0)