diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-22 19:07:48 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2026-03-22 19:07:48 +0100 |
| commit | 9f69a4836debb61163c21d6923393bd1a88c8263 (patch) | |
| tree | 504e6ae579738f31dd30c96bc8f5af24c42a2eb9 /.github/workflows/create_release.yml | |
| parent | improve zenserver startup time (#879) (diff) | |
| download | zen-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/create_release.yml')
| -rw-r--r-- | .github/workflows/create_release.yml | 1 |
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 |