From 377a1dc7d50877504201e205f9135d665063b70e Mon Sep 17 00:00:00 2001 From: Rajinikanth Date: Sat, 8 Apr 2023 02:34:42 +0530 Subject: [PATCH] TP-24174 | yml fix --- .github/workflows/android_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index 94dc504..a90859a 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -31,4 +31,4 @@ jobs: - 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; fi; \ No newline at end of file + 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