Skip to content

Commit

Permalink
Enable automatic publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Dec 5, 2023
1 parent 75ab50e commit d71e5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: dex-tools/build/distributions/dex-tools-*.zip

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

0 comments on commit d71e5d8

Please sign in to comment.