From c24771cf67973de4012ec7494efb85d0be2a91e9 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 30 Mar 2021 10:27:58 +0200 Subject: [PATCH] WIP --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a3859faca..7fbd3a6345 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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