Skip to content

Commit

Permalink
ci: added stacktrace log for publish action (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed May 29, 2024
1 parent 35376e4 commit e97ebce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/maven-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:

- name: Publish Android/Java Packages to Maven
shell: bash
run: ./gradlew publish -PisSnapshot=false
run: ./gradlew publish -PisSnapshot=false --stacktrace
env:
MAVEN_USERNAME: ${{ inputs.ossr-username }}
MAVEN_PASSWORD: ${{ inputs.ossr-token }}
Expand Down

0 comments on commit e97ebce

Please sign in to comment.