From 54126bdbc3837b712708ca0ac8d52696184a850f Mon Sep 17 00:00:00 2001 From: Artem Eroshenko Date: Thu, 3 Dec 2020 20:57:45 +0300 Subject: [PATCH] reorder steps (via #170) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb7bc32..693966b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,12 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 + - name: Update Version + run: ./mvnw versions:set -DnewVersion=${GITHUB_REF:10} - name: Save Settings run: echo ${BINTRAY_SETTINGS} > ~/.m2/settings.xml env: BINTRAY_SETTINGS: ${{ secrets.BINTRAY_SETTINGS }} - - name: Update Version - run: ./mvnw versions:set -DnewVersion=${GITHUB_REF:10} - name: Release run: ./mvnw deploy env: