Fix release action

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2024-02-26 13:31:59 -06:00
committed by GitHub
parent 11db8f62e1
commit 244b378a17

View File

@@ -8,8 +8,8 @@ on:
- 'v[0-9]+.[0-9]+.*'
jobs:
backport:
name: Create event in datadog
create-release-event:
name: Create release event in datadog
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
runs-on: ubuntu-latest
steps:
@@ -21,8 +21,8 @@ jobs:
-H "DD-API-KEY: ${DD_API_KEY}" \
-d @- << EOF
{
"title": "Desktop Release ${{ github.ref_name }}"
"text": "A new desktop release ${{ github.ref_name }} was just published"
"title": "Desktop Release ${{ github.ref_name }}",
"text": "A new desktop release ${{ github.ref_name }} was just published",
"source_type_name": "git",
"tags": [
"service:desktop.ci.release",