Skip to content

Commit

Permalink
refactor: build with --stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Oct 8, 2024
1 parent 2813274 commit e32cdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Publish to Sonatype
run: |
./gradlew --parallel --no-daemon publish
./gradlew --parallel --no-daemon publish --stacktrace
env:
SONATYPE_USERNAME: ${{ secrets.ONEBUSAWAY_SDK_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.ONEBUSAWAY_SDK_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit e32cdd1

Please sign in to comment.