We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7562782 commit b9f460eCopy full SHA for b9f460e
.github/workflows/release.yml
@@ -79,14 +79,13 @@ jobs:
79
echo "RELEASE_NOTES=$RELEASE_NOTES" >> $GITHUB_ENV
80
81
- name: Upload to Firebase App Distribution
82
- id: firebase_upload
83
uses: wzieba/Firebase-Distribution-Github-Action@v1
84
with:
85
appId: ${{ secrets.FIREBASE_APP_ID }}
86
- serviceCredentialsFileContent: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
+ serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
87
groups: hmh-team
88
file: app/build/outputs/apk/release/app-release.apk
89
- releaseNotes: "${{ env.RELEASE_NOTES }}"
+ releaseNotes: ${{ env.RELEASE_NOTES }}
90
91
- name: Get Firebase Download URL (Debug)
92
run: |
0 commit comments