Skip to content

Commit

Permalink
cat
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Dec 3, 2023
1 parent 0747f99 commit 94ffedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Bump version and changelog
run: |
poetry run invoke release.install release.build -- -v ${{ github.event.inputs.version }}) > entry.md
echo entry.md
cat entry.md
body=$(cat entry.md)
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
Expand Down

0 comments on commit 94ffedd

Please sign in to comment.