We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffecaed commit 2ca2ee8Copy full SHA for 2ca2ee8
.github/workflows/release-announcement.yml
@@ -15,13 +15,13 @@ jobs:
15
channel-id: "C063MQJMKJN" #sdk-releases
16
payload: |
17
{
18
- "text": "New Release: Branch Cordova SDK v${{ github.event.release.tag_name }}",
+ "text": "New Release: Branch Cordova SDK ${{ github.event.release.tag_name }}",
19
"blocks": [
20
21
"type": "header",
22
"text": {
23
"type": "plain_text",
24
- "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 }}",
25
"emoji": true
26
}
27
},
0 commit comments