Skip to content

Commit

Permalink
Fix publishing by explicitly passing property
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Jan 3, 2025
1 parent a2dfa44 commit 943a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
ORG_GRADLE_PROJECT_SIGNINGKEY: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
ORG_GRADLE_PROJECT_SIGNINGPASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
run: >-
./gradlew publish
./gradlew publish -DmavenUser=${{ secrets.MAVEN_CENTRAL_USER }} -DmavenPassword=${{ secrets.MAVEN_CENTRAL_PASSWORD }}

0 comments on commit 943a1e9

Please sign in to comment.