Skip to content

Commit

Permalink
reorder steps (via #170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Eroshenko authored Dec 3, 2020
1 parent a7fd0e0 commit 54126bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54126bd

Please # to comment.