Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Mar 30, 2021
1 parent e4a8820 commit c24771c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c24771c

Please sign in to comment.