From f4b77eb50450e7b7aa4cee597a17cf2e86f80ee8 Mon Sep 17 00:00:00 2001 From: Rajinikanth Date: Sat, 8 Apr 2023 02:52:07 +0530 Subject: [PATCH] TP-24174 | removed nexus upload --- .github/workflows/android_build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index a90859a..ec5efe6 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -29,6 +29,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 -PNEXUS_URL=https://nexus.cmd.navi-tech.in/repository/maven-snapshots -PNEXUS_USERNAME=nexus-user -PNEXUS_PASSWORD=nexus-user \ No newline at end of file + run: ./gradlew assembleDebug --stacktrace \ No newline at end of file