Fix release action pt2
This commit is contained in:
parent
59b89d5cea
commit
02f01974c2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue