Skip to content

Commit be2bc95

Browse files
committed
chore: set JReleaser log level to info in workflow
1 parent 597ae09 commit be2bc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: gradle/actions/setup-gradle@v5.0.0
3535
with:
3636
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
37-
- run: ./gradlew jreleaserConfig jreleaserFullRelease --deployer github --no-configuration-cache --console=plain --scan
37+
- run: ./gradlew jreleaserConfig jreleaserFullRelease --deployer github --no-configuration-cache --console=plain --info --scan
3838
env:
3939
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)