Skip to content

Commit

Permalink
Add release notes to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverW8 committed Jul 20, 2024
1 parent 1d4ee9f commit 8b6e4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: extract_notes
run: |
TAG=${{ env.TAG }}
awk "/## \[${TAG}\]/,/## \[/" CHANGELOG.md | sed '$d' > RELEASE_NOTES.md
awk "/## \\[${TAG}\\]/,/## \\[/" CHANGELOG.md | sed '$d' | head -n -1 > RELEASE_NOTES.md
shell: bash

- name: Create or Update GitHub Release
Expand Down

0 comments on commit 8b6e4a4

Please sign in to comment.