Skip to content

Commit f7805af

Browse files
authored
Enhance gradlew publish command with logging options
Added --info and --stacktrace options to gradlew publish command for better logging.
1 parent 37c9711 commit f7805af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Publish to GitHub Packages
4040
if: ${{ github.event_name == 'release' }}
41-
run: ./gradlew publish --parallel
41+
run: ./gradlew publish --parallel --info --stacktrace
4242
env:
4343
GITHUB_ACTOR: ${{ github.actor }}
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)