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 "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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue