File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 3535 run : |
3636 mvn versions:set -DnewVersion="${MAJOR}.${MINOR}.0"
3737
38+ - name : Commit and push changes to REL
39+ uses : devops-infra/action-commit-push@v1.1.0
40+ with :
41+ github_token : ${{ secrets.GITHUB_TOKEN }}
42+ commit_message : " Update REL version"
43+
3844 - name : Create GitHub Packages JAR release
3945 env :
4046 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
4652 run : |
4753 mvn versions:set -DnewVersion="${MAJOR}.$(( MINOR + 1 )).0-SNAPSHOT"
4854
49- - name : Commit updated project SNAPSHOT version
50- uses : peter-evans/create-pull-request@v7
55+ - name : Commit and push changes to SNAPSHOT
56+ uses : devops-infra/action-commit-push@v1.1.0
5157 with :
52- branch : update-project-snapshot-version
53- commit-message : Update project SNAPSHOT version
54- title : Update project SNAPSHOT version
55- body : This PR automatically updates the project SNAPSHOT version
56- base : main
57- add-paths : |
58- pom.xml
59- models/pom.xml
60- annotations/pom.xml
61- delete-branch : true
58+ github_token : ${{ secrets.GITHUB_TOKEN }}
59+ commit_message : " Update SNAPSHOT version"
You can’t perform that action at this time.
0 commit comments