Fix release action

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

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",