Skip to content

Commit

Permalink
Hopefully fix versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Dec 5, 2023
1 parent 0fef1f0 commit c587559
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 @@ -22,7 +22,7 @@ jobs:
cache: 'gradle'

- name: Build dex-tools with Gradle
run: ./gradlew check distZip
run: ./gradlew check -Pversion=2.4.${{ github.run_number }} distZip

- uses: ncipollo/release-action@v1
if: success()
Expand All @@ -38,7 +38,7 @@ jobs:
path: dex-tools/build/distributions/dex-tools-*.zip

- name: Publish to Maven Central
run: ./gradlew publish -Pversion=2.4.${{ github.run_number }}
run: ./gradlew -Pversion=2.4.${{ github.run_number }} publish
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSPHRASE }}
Expand Down

0 comments on commit c587559

Please sign in to comment.