Skip to content

Commit

Permalink
Update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Dec 11, 2024
1 parent 0f89e96 commit 7c7c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
set -e # Exit on any error
./gradlew clean build
./gradlew publishReleasePublicationToMavenRepository --info
./gradlew publishToMavenCentral --info
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down

0 comments on commit 7c7c772

Please sign in to comment.