Skip to content

Commit

Permalink
ci: fix changelog update stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Oct 2, 2023
1 parent 85c39fb commit 1720e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
args: --verbose --latest
- name: Update the changelog
run: |
cat "${{ steps.git-cliff.outputs.contents }} | "sed -i "3r /dev/stdin" CHANGELOG.md
echo "${{ steps.git-cliff.outputs.contents }}" | sed -i "3r /dev/stdin" CHANGELOG.md
git config --global user.name 'Github Action'
git config --global user.email '[email protected]'
git commit -am "chore: update changelog"
Expand Down

0 comments on commit 1720e5a

Please sign in to comment.