Skip to content

Commit b9f460e

Browse files
committed
Update release.yml
1 parent 7562782 commit b9f460e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,13 @@ jobs:
7979
echo "RELEASE_NOTES=$RELEASE_NOTES" >> $GITHUB_ENV
8080
8181
- name: Upload to Firebase App Distribution
82-
id: firebase_upload
8382
uses: wzieba/Firebase-Distribution-Github-Action@v1
8483
with:
8584
appId: ${{ secrets.FIREBASE_APP_ID }}
86-
serviceCredentialsFileContent: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
85+
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
8786
groups: hmh-team
8887
file: app/build/outputs/apk/release/app-release.apk
89-
releaseNotes: "${{ env.RELEASE_NOTES }}"
88+
releaseNotes: ${{ env.RELEASE_NOTES }}
9089

9190
- name: Get Firebase Download URL (Debug)
9291
run: |

0 commit comments

Comments
 (0)