Skip to content

Commit e97ebce

Browse files
authored
ci: added stacktrace log for publish action (#742)
1 parent 35376e4 commit e97ebce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/maven-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232

3333
- name: Publish Android/Java Packages to Maven
3434
shell: bash
35-
run: ./gradlew publish -PisSnapshot=false
35+
run: ./gradlew publish -PisSnapshot=false --stacktrace
3636
env:
3737
MAVEN_USERNAME: ${{ inputs.ossr-username }}
3838
MAVEN_PASSWORD: ${{ inputs.ossr-token }}

0 commit comments

Comments
 (0)