TP-24174 | added publish aar yml

This commit is contained in:
Rajinikanth
2023-04-11 00:50:54 +05:30
parent 8918e1982e
commit 08abd42b10
4 changed files with 40 additions and 6 deletions

View File

@@ -27,6 +27,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Assemble with Stacktrace
run: ./gradlew assembleDebug --stacktrace
- name: Upload to nexus
run: ./gradlew publish -PIS_PUSH=false -PNEXUS_URL=https://nexus.cmd.navi-tech.in/repository/maven-snapshots -PNEXUS_USERNAME=${{ secrets.NEXUS_USERNAME }} -PNEXUS_PASSWORD=${{ secrets.NEXUS_PASSWORD }}
run: ./gradlew assembleDebug --stacktrace