Skip to content

Commit

Permalink
Update Gradle publish argument in GitHub action
Browse files Browse the repository at this point in the history
The argument for the Gradle publish task in the GitHub action has been updated. The previous target "publishAllPublicationsToCentralPortal" has been replaced with the more general "publish" command, simplifying the process.
  • Loading branch information
hacks1ash committed Jun 26, 2024
1 parent 2265435 commit c498089
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 @@ -38,7 +38,7 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: publishAllPublicationsToCentralPortal
arguments: publish
env:
PACKAGE_VERSION: ${{ steps.version.outputs.PACKAGE_VERSION }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit c498089

Please sign in to comment.