Skip to content

Commit

Permalink
fix(ci): fix changelog update (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Dec 15, 2022
1 parent 7fba0ec commit 132ecc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
sed -i 's/#### Test/#### Testing/' CHANGELOG.md
# prepend changelog to docs/version_changes.md
cat CHANGELOG.md | cat - docs/version_changes.md | tee docs/version_changes.md
cat CHANGELOG.md docs/version_changes.md > version_changes.md
sudo mv version_changes.md docs/version_changes.md
- name: Upload changelog
uses: actions/upload-artifact@v3
Expand All @@ -122,6 +123,7 @@ jobs:

- name: Push release branch
run: |
rm CHANGELOG.md
git config core.sharedRepository true
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 132ecc2

Please sign in to comment.