Skip to content

Commit

Permalink
Update merge-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Oct 18, 2023
1 parent 00e3156 commit d810d69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d810d69

Please sign in to comment.