Skip to content

Commit

Permalink
👷Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7rikazhexde committed Nov 5, 2024
1 parent 3fe5750 commit 570ea2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
tag_name: v${{ steps.update_version.outputs.new_version }}
name: repo-dispatch-event-sender-v${{ steps.update_version.outputs.new_version }}
body: |
Changes in this Release:
## Changes in this Release
${{ steps.changelog.outputs.changelog }}
For full changes, see the [comparison view](${{ github.server_url }}/${{ github.repository }}/compare/v${{ steps.current_version.outputs.version }}..v${{ steps.update_version.outputs.new_version }})
Expand Down

0 comments on commit 570ea2b

Please sign in to comment.