File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ src/test/java/com/squareup/square/integration
66src/main/java/com/squareup/square/core/SquareApiException.java
77src/main/java/com/squareup/square/utilities/WebhooksHelper.java
88src/test/resources/testdata
9+ .github/workflows/ci.yml
Original file line number Diff line number Diff line change 5656
5757 - name : Publish to maven
5858 run : |
59- ./gradlew publish
59+ ./gradlew sonatypeCentralUpload -x test
6060 env :
6161 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
6262 MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
63- MAVEN_PUBLISH_REGISTRY_URL : " https://s01.oss.sonatype.org/content/repositories/releases/"
63+ MAVEN_SIGNATURE_KID : ${{ secrets.MAVEN_SIGNATURE_KID }}
64+ MAVEN_SIGNATURE_SECRET_KEY : ${{ secrets.MAVEN_SIGNATURE_SECRET_KEY }}
65+ MAVEN_SIGNATURE_PASSWORD : ${{ secrets.MAVEN_SIGNATURE_PASSWORD }}
You can’t perform that action at this time.
0 commit comments