Skip to content

Commit db744d2

Browse files
committed
feat: 파이어베이스 배포 시 noti되도록 수정
1 parent 452dd87 commit db744d2

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,13 @@ jobs:
215215
with:
216216
appId: ${{secrets.FIREBASE_APP_ID}}
217217
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
218-
groups: testers
218+
groups: testers,beta-testers
219219
file: app/build/outputs/apk/prod/release/app-prod-release.apk
220220
releaseNotes: |
221-
RunCombi Android v${{ steps.app_version.outputs.version_name }}
221+
🚀 RunCombi Android v${{ steps.app_version.outputs.version_name }} 배포 완료!
222222
223-
PR: ${{ github.event.pull_request.title }}
224-
Author: @${{ github.event.pull_request.user.login }}
225-
Branch: ${{ github.event.pull_request.head.ref }} → ${{ github.event.pull_request.base.ref }}
226-
227-
APK: Prod Release Version
223+
📱 **앱 버전**: v${{ steps.app_version.outputs.version_name }} (${{ steps.app_version.outputs.version_code }})
224+
notifyTesters: true
228225

229226
- name: If Success, Send notification on Slack
230227
if: ${{success()}}

0 commit comments

Comments
 (0)