Skip to content

Commit

Permalink
fix: pipeline cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsena42 committed Dec 21, 2023
1 parent 7762831 commit 62c5124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: r0adkll/upload-google-play@v1
id: sign_app
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.bulletapps.candypricer
releaseFiles: app/build/outputs/bundle/release/app-release.aab

Expand All @@ -40,7 +40,7 @@ jobs:

deploy:
name: Deploy release AAB on Playstore
needs: [apk]
needs: [bundle]
runs-on: ubuntu-latest
steps:
- name: Create service_account.json
Expand Down

0 comments on commit 62c5124

Please sign in to comment.