Skip to content

Commit

Permalink
ci(Github Actions): 🔥 fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
f3oall committed Aug 5, 2022
1 parent 5d1f2d7 commit e084cd0
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:
echo package.json
- name: Update Changelog
run: |
echo "${{steps.calc_version.outputs.changelog}}" | cat CHANGELOG.MD > tmp && mv tmp CHANGELOG.md
echo "${{steps.calc_version.outputs.changelog}}" | cat CHANGELOG.md > tmp && mv tmp CHANGELOG.md
- name: Commit and tag files
run: |
git config --local user.email "github-actions-bot@noreply.github.com"
Expand Down

0 comments on commit e084cd0

Please sign in to comment.