From ec5058fabbedf38c7e912fa6942fc8466f23c043 Mon Sep 17 00:00:00 2001 From: Alexander Lobyntsev Date: Mon, 29 Jan 2024 13:04:11 +0700 Subject: [PATCH] ci: 7 [no ci] --- .github/workflows/notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notes.yml b/.github/workflows/notes.yml index fe44707e..a5c89971 100644 --- a/.github/workflows/notes.yml +++ b/.github/workflows/notes.yml @@ -59,6 +59,6 @@ jobs: run: | body="# Release Notes $(cat ${{ env.FILE_PATH }})" - gh pr create --base main --head dev --title "Release by ${{ env.DATE }}" --body "$body" + gh pr create --base main --head ${{ github.ref_name }} --title "Release by ${{ env.DATE }}" --body "$body" git reset --hard