Skip to content

Commit 52f62f0

Browse files
committed
Update release.yml
1 parent 80aac94 commit 52f62f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,9 @@ jobs:
109109
- name: Send Slack Notification
110110
if: success()
111111
run: |
112-
curl -X POST -H 'Content-type: application/json' --data '{"text": "🎉 *Firebase 릴리즈 완료!* 🎉\n🚀 *배포 버전:* `${{ env.VERSION_NAME }}` (버전 코드: ${{ env.VERSION_CODE }})\n📌 *배포 브랜치:* `${{ github.ref_name }}`\n🔖 *릴리즈 노트:*\n```${{ env.RELEASE_NOTES }}```\n📥 *다운로드 링크:* <${{ steps.firebase_upload.outputs.TESTING_URI }}|여기를 클릭>"}' ${{ secrets.SLACK_RELEASE_WEBHOOK_URL }}
112+
curl -X POST -H 'Content-type: application/json' --data "{\"text\": \"🎉 *Firebase 릴리즈 완료!* 🎉\\n
113+
🚀 *배포 버전:* ${{ env.VERSION_NAME }} (버전 코드: ${{ env.VERSION_CODE }})\\n
114+
📌 *배포 브랜치:* ${{ github.ref_name }}\\n
115+
🔖 *릴리즈 노트:*\\n
116+
${{ env.RELEASE_NOTES }}\\n
117+
📥 *다운로드 링크:* <${{ steps.firebase_upload.outputs.TESTING_URI }}|여기를 클릭>\"}" ${{ secrets.SLACK_RELEASE_WEBHOOK_URL }}

0 commit comments

Comments
 (0)