Fix release action
This commit is contained in:
parent
68f6460b92
commit
59b89d5cea
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue