diff --git a/.github/workflows/release-new-version.yml b/.github/workflows/release-new-version.yml index 6210631cf..6277e0d67 100644 --- a/.github/workflows/release-new-version.yml +++ b/.github/workflows/release-new-version.yml @@ -53,8 +53,11 @@ jobs: - name: Grant Execute Permission For Gradlew run: chmod +x gradlew # Build app - - name: Build project APK / AAR / JAR + - name: Build for run tests or static analysis run: ./gradlew build + - name: Build project APK / AAR / JAR + run: ./gradlew assemble + ##################### # Prepare release #