We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db408d commit 4cedd59Copy full SHA for 4cedd59
1 file changed
.github/workflows/stable.yml .github/workflows/release.yml.github/workflows/stable.yml renamed to .github/workflows/release.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Stable release
+name: Release
3
4
on:
5
workflow_dispatch:
@@ -108,7 +108,7 @@ jobs:
108
git tag "$tag"
109
git push origin "$branch"
110
git push --tags
111
- gh release create "$tag" --latest --title "$version"
+ gh release create "$tag" --latest --title "$version" --notes "See https://github.com/goauthentik/authentik/releases/tag/$tag"
112
env:
113
GH_TOKEN: "${{ steps.app-token.outputs.token }}"
114
- name: Build package
0 commit comments