TP-24174 | added nexus upload

This commit is contained in:
Rajinikanth
2023-04-10 14:56:51 +05:30
parent f4b77eb504
commit 7b90ea6e6b

View File

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