Skip to content

Commit

Permalink
Update release-announcement.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Dec 9, 2023
1 parent 7cffad5 commit f7b9ca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
- name: Announce New Release in Slack
uses: slackapi/[email protected]
with:
channel-id: "C063MQJMKJN" #sdk-releases
channel-id: 'C063MQJMKJN' #sdk-releases
payload: |
{
"text": "New Release: Branch React Native SDK v${{ github.event.release.tag_name }}",
"text": "New Release: Branch Capacitor SDK ${{ github.event.release.tag_name }}",
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": ":rocket: New Release: Branch React Native SDK v${{ github.event.release.tag_name }}",
"text": ":rocket: New Release: Branch Capacitor SDK ${{ github.event.release.tag_name }}",
"emoji": true
}
},
Expand Down

0 comments on commit f7b9ca7

Please sign in to comment.