Fix release action pt2

This commit is contained in:
Fedor Indutny 2024-02-26 11:32:14 -08:00 committed by GitHub
parent 59b89d5cea
commit 02f01974c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "DD-API-KEY: ${DD_API_KEY}" \
-d @- << EOF
-d '
{
"title": "Desktop Release ${{ github.ref_name }}",
"text": "A new desktop release ${{ github.ref_name }} was just published",
@ -30,6 +30,6 @@ jobs:
"version:${{ github.ref_name }}"
]
}
EOF
'
env:
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}