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 02675b4 commit 02261ceCopy full SHA for 02261ce
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Check with Gradle
18
run: ./gradlew check --info -Pversion=${{ github.event.release.tag_name }}
19
- name: Publish with Gradle to Sonatype
20
- run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins --debug -Pversion=${{ github.event.release.tag_name }}
+ run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins --info -Pversion=${{ github.event.release.tag_name }}
21
env:
22
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
23
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
0 commit comments