Skip to content

Commit

Permalink
Remove verbose output for action
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Sep 25, 2023
1 parent b2c626e commit cfe5d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
MAC_APP_SPECIFIC_PASSWORD: ${{ secrets.MAC_APP_SPECIFIC_PASSWORD }}
MAC_NOTARIZATION_APPLE_ID: ${{ secrets.MAC_NOTARIZATION_APPLE_ID }}
MAC_NOTARIZATION_TEAM_ID: ${{ secrets.MAC_NOTARIZATION_TEAM_ID }}
run: ./gradle/gradlew --info createDist
run: ./gradle/gradlew createDist

- name: JReleaser Release
run: ./gradle/gradlew jreleaserRelease --stacktrace "-Dorg.gradle.jvmargs=-Xmx2048M"
Expand Down

0 comments on commit cfe5d40

Please sign in to comment.