Skip to content

Commit

Permalink
Merge branch 'release/v1.2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Nov 18, 2023
2 parents 04f4a4e + 871bc02 commit 363d5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
Loading

0 comments on commit 363d5ab

Please sign in to comment.