Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustafaEid committed Jun 7, 2024
1 parent cdcf4b3 commit 6de5eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Publish
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --debug
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

0 comments on commit 6de5eaf

Please sign in to comment.