Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Feb 9, 2025
1 parent 7562782 commit b9f460e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ jobs:
echo "RELEASE_NOTES=$RELEASE_NOTES" >> $GITHUB_ENV
- name: Upload to Firebase App Distribution
id: firebase_upload
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
groups: hmh-team
file: app/build/outputs/apk/release/app-release.apk
releaseNotes: "${{ env.RELEASE_NOTES }}"
releaseNotes: ${{ env.RELEASE_NOTES }}

- name: Get Firebase Download URL (Debug)
run: |
Expand Down

0 comments on commit b9f460e

Please sign in to comment.