Skip to content

Commit

Permalink
reduce publish log output (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus authored Jul 3, 2024
1 parent 3dcd615 commit 6df08c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: "temurin"
- run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
- name: Gradle release
run: ./gradlew jreleaserFullRelease --no-daemon --info --stacktrace -Pversion=${{ env.VERSION }}
run: ./gradlew jreleaserFullRelease --no-daemon --stacktrace -Pversion=${{ env.VERSION }}
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}
Expand Down

0 comments on commit 6df08c6

Please sign in to comment.