Skip to content

Commit

Permalink
Merge pull request #19 from okcashpro/develop
Browse files Browse the repository at this point in the history
chore: pnpm lock unfroze
  • Loading branch information
oktoshi authored Dec 18, 2024
2 parents b2dec99 + 53207ed commit 0a16fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
id: release_body
run: |
if [ -f CHANGELOG.md ]; then
echo "body=$(cat CHANGELOG.md)" >> $GITHUB_OUTPUT
body="$(awk '{printf "%s\\n", $0}' CHANGELOG.md | sed 's/"/\\"/g')"
echo "body=${body}" >> $GITHUB_OUTPUT
else
echo "body=No changelog provided for this release." >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 0a16fbb

Please sign in to comment.