Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 9, 2024
1 parent 408398a commit db4c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
path: dex-tools/build/distributions/dex-tools-*.zip

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

0 comments on commit db4c1fd

Please sign in to comment.