Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c24771cf67 | |||
e4a8820b6b |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -103,8 +103,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
run: |
|
||||
git checkout develop
|
||||
with:
|
||||
ref: develop
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
@ -115,9 +115,9 @@ jobs:
|
||||
- name: Set version to next snapshot
|
||||
run: |
|
||||
mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT versions:commit
|
||||
|
||||
- name: Commit pom.xml
|
||||
uses: actions/checkout@v2
|
||||
run: |
|
||||
find . -name 'pom.xml' | xargs git add
|
||||
git commit -m "Updating to the new development version"
|
||||
git push origin develop
|
||||
git push
|
||||
|
Reference in New Issue
Block a user