Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Aug 22, 2023
1 parent e794985 commit abffb6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_RELEASE_KEYSTORE_PWD: ${{ secrets.RELEASE_KEYSTORE_PWD }}
with:
arguments: bundleRelease # analyzeReleaseBundle <- Disable due to https://github.com/spotify/ruler/issues/116
arguments: :apps:forlago:bundleRelease # analyzeReleaseBundle <- Disable due to https://github.com/spotify/ruler/issues/116

- name: Clean secrets
if: always()
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
env:
ORG_GRADLE_PROJECT_RELEASE_KEYSTORE_PWD: ${{ secrets.RELEASE_KEYSTORE_PWD }}
with:
arguments: assemble bundle
arguments: :apps:forlago:assembleDebug :apps:forlago:assembleRelease :apps:forlago:bundleRelease

- name: Publish to Play Store
uses: gradle/gradle-build-action@v2
env:
ORG_GRADLE_PROJECT_RELEASE_KEYSTORE_PWD: ${{ secrets.RELEASE_KEYSTORE_PWD }}
with:
arguments: publishBundle --track ${{ github.event.inputs.track }} --update-priority ${{ github.event.inputs.updatePriority }}
arguments: :apps:forlago:publishReleaseBundle --track ${{ github.event.inputs.track }} --update-priority ${{ github.event.inputs.updatePriority }}

- name: Clean secrets
if: always()
Expand All @@ -114,7 +114,6 @@ jobs:
files: |
apps/forlago/build/outputs/apk/debug/forlago-debug.apk
apps/forlago/build/outputs/apk/release/forlago-release.apk
apps/forlago/build/outputs/bundle/debug/forlago-debug.aab
apps/forlago/build/outputs/bundle/release/forlago-release.aab
apps/forlago/build/outputs/mapping/release/mapping.txt
env:
Expand Down

0 comments on commit abffb6e

Please sign in to comment.