From d810d69cf3b6c627166625c662b09686107751bf Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:18:15 -0700 Subject: [PATCH] Update merge-main.yml --- .github/workflows/merge-main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index e65f6f2..8846506 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -147,5 +147,6 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: token: ${{ github.token }} - tag_name: ${{ github.event.inputs.tag }} - name: Release-${{ github.event.inputs.tag }} + tag_name: ${{ needs.semantic-version.outputs.tag }} + name: ${{ needs.semantic-version.outputs.tag }} + body: ${{ needs.semantic-version.outputs.clean_changelog }}