Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Feb 23, 2024
1 parent cb0ac5f commit 4543dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
env:
APP_ID: ${{ secrets.ANDROID_APP_ID }}
run: |
firebase appdistribution:distribute app-release.apk --app $APP_ID --release-notes "Web3Modal Flutter beta testing" --groups flutter-team
firebase appdistribution:distribute app-alpha-release.apk --app $APP_ID --release-notes "Web3Modal Flutter alpha release" --groups flutter-team
- name: Notify Channel
uses: slackapi/[email protected]
env:
Expand All @@ -102,7 +102,7 @@ jobs:
with:
payload: |-
{
"text":"New Android Example app for Web3Modal Flutter ${{ github.event.release.name }} was just deployed."
"text":"New Android *ALPHA* version for Web3Modal Flutter ${{ github.event.release.name }} was just deployed."
}
# Clean up Flutter envs
Expand Down

0 comments on commit 4543dfd

Please sign in to comment.