From cb2844407ebc0392a51a4162c8aab88131f60356 Mon Sep 17 00:00:00 2001 From: Vladimir Potekhin <46284632+vladimirpotekhin@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:00:33 +0300 Subject: [PATCH] chore: specify the branch for action (#7162) --- .github/workflows/create-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 06ec79cedf3d..6e73c8838589 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -95,6 +95,7 @@ jobs: with: name: Release ${{ steps.generate_body.outputs.tag_name }} tag: ${{ steps.generate_body.outputs.tag_name }} + commit: ${{ github.head_ref || github.ref_name }} bodyFile: 'RELEASE_BODY.md' token: ${{ secrets.GITHUB_TOKEN }}