We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a68349 commit 2b64311Copy full SHA for 2b64311
.github/workflows/tagged_release.yml
@@ -60,6 +60,15 @@ jobs:
60
release_branch_name=${release_version%.*}.x
61
echo "release_branch_name=$release_branch_name" >> $GITHUB_ENV
62
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
+
72
- name: Set maven version
73
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
74
run: mvn versions:set -DnewVersion=${{ github.event.inputs.release_version }}
0 commit comments