Skip to content

Commit

Permalink
Fix release action pt2
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Feb 26, 2024
1 parent be0a611 commit 1d3a81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -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",
Expand All @@ -30,6 +30,6 @@ jobs:
"version:${{ github.ref_name }}"
]
}
EOF
'
env:
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}

0 comments on commit 1d3a81f

Please sign in to comment.