Skip to content

Commit

Permalink
fix(ci): Change writeToFile to 'true'
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent 6af14cc commit 27e728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{ github.token }}
fromTag: ${{ github.ref_name }}
toTag: ${{ env.previousTag }}
writeToFile: false
writeToFile: true
excludeTypes: build,other,style
reverseOrder: true

Expand Down

0 comments on commit 27e728a

Please sign in to comment.