Skip to content

Commit

Permalink
Fix release action
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 5cc0503 commit be0a611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand All @@ -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",
Expand Down

0 comments on commit be0a611

Please sign in to comment.