mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix release action
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
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",
|
||||
|
||||
Reference in New Issue
Block a user