Skip to content

Commit

Permalink
GHA: Debug release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Oct 30, 2023
1 parent 1bdffcf commit 5e51637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
id: changelog
run: |
changelog=`sed '/${{ inputs.version }}/,/^## .*/!d' Changelog.md | sed '$d' | sed 's/^* /- /'`
echo $changelog
echo "content=`echo $changelog`" >> $GITHUB_OUTPUT
release:
Expand Down

0 comments on commit 5e51637

Please sign in to comment.