Skip to content

Commit 02261ce

Browse files
authored
chore: release info
1 parent 02675b4 commit 02261ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check with Gradle
1818
run: ./gradlew check --info -Pversion=${{ github.event.release.tag_name }}
1919
- name: Publish with Gradle to Sonatype
20-
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins --debug -Pversion=${{ github.event.release.tag_name }}
20+
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins --info -Pversion=${{ github.event.release.tag_name }}
2121
env:
2222
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
2323
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)