We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23d231 commit daa8628Copy full SHA for daa8628
.github/workflows/gradle-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Publish package
24
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1
25
with:
26
- arguments: -Pversion=${{ env.PUBLISH_VERSION }} --info --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository
+ arguments: -Pversion=${{ env.PUBLISH_VERSION }} publishToSonatype closeAndReleaseSonatypeStagingRepository
27
env:
28
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
29
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments