Skip to content

Commit 719cd3a

Browse files
committed
Fix release pipeline
1 parent 4cf3b44 commit 719cd3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-django-stubs-ext.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
owner: context.repo.owner,
4949
repo: context.repo.repo,
5050
tag_name: tagName,
51-
name: `Release of ${tagName} failed`,
51+
name: `Release ${tagName}`,
5252
generate_release_notes: true,
5353
});
5454
@@ -72,6 +72,6 @@ jobs:
7272
await github.rest.issues.create({
7373
owner: context.repo.owner,
7474
repo: context.repo.repo,
75-
title: `Release failure on ${new Date().toDateString()}`,
76-
body: `Details: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/workflows/release.yml`,
75+
title: `Release of django-stubs-ext failure on ${new Date().toDateString()}`,
76+
body: `Details: https://github.com/typeddjango/django-stubs/actions/workflows/release-django-stubs-ext.yml`,
7777
})

.github/workflows/release-django-stubs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
owner: context.repo.owner,
4848
repo: context.repo.repo,
4949
tag_name: tagName,
50-
name: `Release of ${tagName} failed`,
50+
name: `Release ${tagName}`,
5151
generate_release_notes: true,
5252
});
5353
@@ -71,6 +71,6 @@ jobs:
7171
await github.rest.issues.create({
7272
owner: context.repo.owner,
7373
repo: context.repo.repo,
74-
title: `Release failure on ${new Date().toDateString()}`,
75-
body: `Details: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/workflows/release.yml`,
74+
title: `Release of django-stubs failure on ${new Date().toDateString()}`,
75+
body: `Details: https://github.com/typeddjango/django-stubs/actions/workflows/release-django-stubs.yml`,
7676
})

0 commit comments

Comments
 (0)