Skip to content

Commit 4cedd59

Browse files
committed
ci: rename release workflow
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
1 parent 9db408d commit 4cedd59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Stable release
2+
name: Release
33

44
on:
55
workflow_dispatch:
@@ -108,7 +108,7 @@ jobs:
108108
git tag "$tag"
109109
git push origin "$branch"
110110
git push --tags
111-
gh release create "$tag" --latest --title "$version"
111+
gh release create "$tag" --latest --title "$version" --notes "See https://github.com/goauthentik/authentik/releases/tag/$tag"
112112
env:
113113
GH_TOKEN: "${{ steps.app-token.outputs.token }}"
114114
- name: Build package

0 commit comments

Comments
 (0)