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 ffecaed commit 2ca2ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
channel-id: "C063MQJMKJN" #sdk-releases
payload: |
{
"text": "New Release: Branch Cordova SDK v${{ github.event.release.tag_name }}",
"text": "New Release: Branch Cordova SDK ${{ github.event.release.tag_name }}",
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": ":rocket: New Release: Branch Cordova SDK v${{ github.event.release.tag_name }}",
"text": ":rocket: New Release: Branch Cordova SDK ${{ github.event.release.tag_name }}",
"emoji": true
}
},
Expand Down

0 comments on commit 2ca2ee8

Please sign in to comment.