WIP
This commit is contained in:
parent
e4a8820b6b
commit
c24771cf67
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -103,6 +103,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: develop
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
@ -116,7 +118,6 @@ jobs:
|
||||
|
||||
- name: Commit pom.xml
|
||||
run: |
|
||||
git checkout develop
|
||||
find . -name 'pom.xml' | xargs git add
|
||||
git commit -m "Updating to the new development version"
|
||||
git push origin develop
|
||||
git push
|
||||
|
Loading…
x
Reference in New Issue
Block a user