Skip to content

Commit

Permalink
chore: Update Firebase-Distribution-Github-Action to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YajanaRao committed Aug 5, 2024
1 parent 818c9dd commit 86d0d01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,19 @@ jobs:
releaseNotes: |
Below is the apk for commit: ${{ github.event.head_commit.message }}
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
name: app-release.apk
path: apps/mobile/android/app/build/outputs/apk/release/app-release.apk

- name: upload artifact to Dev App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1.7.0
if: ${{ github.event.pull_request }}
with:
appId: ${{secrets.FIREBASE_APP_ID}}
token: ${{secrets.FIREBASE_TOKEN}}
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
serviceCredentialsFile: apps/mobile/android/app/google-services.json
groups: dev
file: apps/mobile/android/app/build/outputs/apk/release/app-release.apk
releaseNotes: |
Expand Down

0 comments on commit 86d0d01

Please sign in to comment.