From 9e6c008b85de52213a4b1794ad2212b14a501fd8 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 6 Feb 2021 12:39:49 +0100 Subject: [PATCH] - sample app has no staging variant --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22fc2311c..7923cdc6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Build Release App if: startsWith(github.ref, 'refs/tags/') - run: ./gradlew app:assembleStaging app:assembleRelease app:bundleRelease + run: ./gradlew app:assembleRelease app:bundleRelease - name: Prepare Sonatype Gradle properties if: startsWith(github.ref, 'refs/tags/')