Skip to content

Commit

Permalink
test it all the way
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Dec 14, 2023
1 parent 85810bc commit 81a84d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand All @@ -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:
Expand All @@ -52,7 +49,6 @@ jobs:
semver: false

- name: Create Release
if: ${{ steps.regex-match.outputs.match != '' }}
id: create_release
uses: ncipollo/[email protected]
with:
Expand Down

0 comments on commit 81a84d2

Please sign in to comment.