Skip to content

Commit

Permalink
fix(git, build): remove entry.md from create-release-pr workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Dec 3, 2023
1 parent a96545c commit 3764701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
id: changelog
run: |
poetry run -q invoke release.install release.build -- -v ${{ github.event.inputs.version }} > entry.md
echo; cat entry.md; echo
echo; cat entry.md
delimiter="$(openssl rand -hex 8)"
{
echo "body<<${delimiter}"
cat entry.md
echo "${delimiter}"
} >> $GITHUB_OUTPUT
rm entry.md
- name: Create pull request
uses: peter-evans/create-pull-request@v5.0.2
with:
Expand Down

0 comments on commit 3764701

Please sign in to comment.