aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-22 19:07:48 +0100
committerDan Engelbrecht <[email protected]>2026-03-22 19:07:48 +0100
commit9f69a4836debb61163c21d6923393bd1a88c8263 (patch)
tree504e6ae579738f31dd30c96bc8f5af24c42a2eb9 /.github/workflows
parentimprove zenserver startup time (#879) (diff)
downloadzen-de/merge-5.7.25-hotpatch.tar.xz
zen-de/merge-5.7.25-hotpatch.zip
Merge branch 'de/v5.7.25-hotpatch'de/merge-5.7.25-hotpatch
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 167367821..1ea3d2c3d 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -249,6 +249,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{steps.read_version.outputs.content}}
+ target_commitish: ${{ github.sha }}
body: |
${{steps.read_changelog.outputs.content}}
draft: false