Skip to content

Commit

Permalink
Merge pull request #39 from dg1223/app-name
Browse files Browse the repository at this point in the history
config: updated job name for play store deployment
  • Loading branch information
dg1223 authored Jun 5, 2024
2 parents dee54b8 + 091ec83 commit cf0ace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
name: Signed App Bundle
path: ${{steps.sign_app.outputs.signedReleaseFile}}

- name: Deploy to Play Store (Alpha)
- name: Deploy to Play Store (Production)
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT }}
Expand Down

0 comments on commit cf0ace4

Please sign in to comment.