From 81a84d2650699c39225d5a004e1bdc105dd46a9f Mon Sep 17 00:00:00 2001 From: Matt LaPaglia Date: Thu, 14 Dec 2023 01:29:51 -0500 Subject: [PATCH] test it all the way --- .github/workflows/pr.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 73a4be4..5f85cc6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,12 +26,10 @@ jobs: bash ./gradlew assembleRelease bash ./gradlew bundleRelease - name: Move files - if: ${{ steps.regex-match.outputs.match != '' }} run: | mv app/build/outputs/apk/release/app-release-unsigned.apk app/build/outputs/app-release.apk mv app/build/outputs/bundle/release/app-release.aab app/build/outputs/app-release.aab - name: Sign App - if: ${{ steps.regex-match.outputs.match != '' }} id: sign_app uses: ilharp/sign-android-release@v1.0.4 with: @@ -42,7 +40,6 @@ jobs: keyPassword: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }} - name: Build Changelog - if: ${{ steps.regex-match.outputs.match != '' }} id: changelog uses: ardalanamini/auto-changelog@v3 with: @@ -52,7 +49,6 @@ jobs: semver: false - name: Create Release - if: ${{ steps.regex-match.outputs.match != '' }} id: create_release uses: ncipollo/release-action@v1.13.0 with: