Skip to content

Commit

Permalink
Bump version of Firebase Distribution Github Action to 1.7.0 (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Uladzislau Balatayeu <[email protected]>
  • Loading branch information
Fileek and Uladzislau Balatayeu authored Jan 4, 2024
1 parent fc8552e commit a51e9b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,23 @@ jobs:
run: echo $FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_JSON >> service_account.json

- name: Publish dev release to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1.3.4
uses: wzieba/Firebase-Distribution-Github-Action@v1.7.0
with:
appId: ${{secrets.FIREBASE_APP_ID}}
serviceCredentialsFile: service_account.json
groups: developers
file: dev-release-${{ env.VERSION_NAME }}.apk/dev-release-${{ env.VERSION_NAME }}.apk

- name: Publish qa release to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1.3.4
uses: wzieba/Firebase-Distribution-Github-Action@v1.7.0
with:
appId: ${{secrets.FIREBASE_APP_ID}}
serviceCredentialsFile: service_account.json
groups: qa_team
file: qa-release-${{ env.VERSION_NAME }}.apk/qa-release-${{ env.VERSION_NAME }}.apk

- name: Publish prod release to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1.3.4
uses: wzieba/Firebase-Distribution-Github-Action@v1.7.0
with:
appId: ${{secrets.FIREBASE_APP_ID}}
serviceCredentialsFile: service_account.json
Expand Down

0 comments on commit a51e9b2

Please sign in to comment.