Skip to content

Commit 2b64311

Browse files
authored
Update tagged_release.yml (#35)
1 parent 5a68349 commit 2b64311

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tagged_release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ jobs:
6060
release_branch_name=${release_version%.*}.x
6161
echo "release_branch_name=$release_branch_name" >> $GITHUB_ENV
6262
63+
- name: Commit version changes and push to upstream repository
64+
if: matrix.os == 'ubuntu-latest'
65+
uses: stefanzweifel/git-auto-commit-action@v4
66+
with:
67+
branch: ${{ env.release_branch_name }}
68+
commit_user_name: github-actions
69+
commit_user_email: [email protected]
70+
commit_author: Author <[email protected]>
71+
6372
- name: Set maven version
6473
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
6574
run: mvn versions:set -DnewVersion=${{ github.event.inputs.release_version }}

0 commit comments

Comments
 (0)