File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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()}}
You can’t perform that action at this time.
0 commit comments