From 7b90ea6e6b9c340821ec18afaad5fdedebec59b4 Mon Sep 17 00:00:00 2001 From: Rajinikanth Date: Mon, 10 Apr 2023 14:56:51 +0530 Subject: [PATCH] TP-24174 | added nexus upload --- .github/workflows/android_build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index ec5efe6..d6969ce 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -29,4 +29,6 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Assemble with Stacktrace - run: ./gradlew assembleDebug --stacktrace \ No newline at end of file + 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 }} \ No newline at end of file