Skip to content

Commit

Permalink
chore: Fix changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Nov 18, 2023
1 parent e8a7d82 commit 871bc02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
with:
config: cliff.toml
args: --verbose --latest
env:
OUTPUT: CHANGELOG.md

- name: Push the changelog into release
uses: softprops/action-gh-release@v1
Expand All @@ -38,6 +36,7 @@ jobs:
- name: Push new changelog
run: |
git checkout develop
echo '${{ steps.git-cliff.outputs.content }}' > CHANGELOG.md
git config --global user.name "Mirio"
git config --global user.email "[email protected]"
git add CHANGELOG.md
Expand Down

0 comments on commit 871bc02

Please sign in to comment.