Skip to content

Commit

Permalink
ci: fix main ymal
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed Mar 27, 2024
1 parent 6b08eec commit ea412ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,7 @@ jobs:
gh release create v${{ steps.properties.outputs.version }} \
--draft \
--title "v${{ steps.properties.outputs.version }}" \
--notes "${{ steps.properties.outputs.changelog }}" \
--notes "$(cat << 'EOM'
${{ steps.properties.outputs.changelog }}
EOM
)"

0 comments on commit ea412ca

Please sign in to comment.