Skip to content

Commit

Permalink
fix: update Gradle task name for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky authored and Rosemoe committed Apr 4, 2023
1 parent 7b5d738 commit a389dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: gradle/gradle-build-action@v2
if: ${{ always() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && steps.build.outcome == 'success' }}
with:
arguments: publishMavenPublicationToMavenCentralRepository
arguments: publishAllPublicationsToMavenCentral
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MVN_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MVN_PASSWORD }}
Expand Down

0 comments on commit a389dd2

Please sign in to comment.