diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-23 18:39:32 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-23 18:39:32 +0100 |
| commit | 100d87e7d4f9601d55b5490124127c266742ddc3 (patch) | |
| tree | 8d1b4283e1d388b1a69dc918ffc6ef6a8f54002f /.github/workflows | |
| parent | add tests for s3 and file hydrators (#886) (diff) | |
| download | zen-100d87e7d4f9601d55b5490124127c266742ddc3.tar.xz zen-100d87e7d4f9601d55b5490124127c266742ddc3.zip | |
Merge branch 'de/v5.7.25-hotpatch' (#880)
Diffstat (limited to '.github/workflows')
| -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 |