Skip to content

Commit

Permalink
removed info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Jan 10, 2025
1 parent 37c923e commit 4fa107e
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 --stacktrace --info
run: ./gradlew publish -PisSnapshot=false --stacktrace --debug
env:
MAVEN_USERNAME: ${{ inputs.ossr-username }}
MAVEN_PASSWORD: ${{ inputs.ossr-token }}
Expand Down

0 comments on commit 4fa107e

Please sign in to comment.