Skip to content

Commit

Permalink
fix the bug with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Apr 5, 2021
1 parent 260ec40 commit c32f206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
${{ steps.ch-template.outputs.content }}${{ steps.ch.outputs.changelog }}${{ steps.ch-history.outputs.content }}
write-mode: overwrite

- name: write to changelog.md
- name: write to 'templates/changelog.history'
uses: DamianReeves/write-file-action@master
with:
path: .github/templates/changelog.history
contents: |
${{ steps.changelog.outputs.changelog }}${{ steps.changelog-history.outputs.content }}
${{ steps.ch.outputs.changelog }}${{ steps.ch-history.outputs.content }}
write-mode: overwrite

- name: check local changes
Expand Down

0 comments on commit c32f206

Please sign in to comment.