mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix release action pt2
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
-H "Accept: application/json" \
|
-H "Accept: application/json" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "DD-API-KEY: ${DD_API_KEY}" \
|
-H "DD-API-KEY: ${DD_API_KEY}" \
|
||||||
-d @- << EOF
|
-d '
|
||||||
{
|
{
|
||||||
"title": "Desktop Release ${{ github.ref_name }}",
|
"title": "Desktop Release ${{ github.ref_name }}",
|
||||||
"text": "A new desktop release ${{ github.ref_name }} was just published",
|
"text": "A new desktop release ${{ github.ref_name }} was just published",
|
||||||
@@ -30,6 +30,6 @@ jobs:
|
|||||||
"version:${{ github.ref_name }}"
|
"version:${{ github.ref_name }}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
EOF
|
'
|
||||||
env:
|
env:
|
||||||
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
|
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user