Skip to content

Commit

Permalink
Fix maven central publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 15, 2024
1 parent a322c6b commit 5b4ce12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Publish to Maven Central
run: ./gradlew publish
run: ./gradlew publishToMavenCentralPortal
env:
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 comments on commit 5b4ce12

Please sign in to comment.