test: update changelog afterwards

This commit is contained in:
Orhun Parmaksız
2022-12-21 22:23:58 +03:00
parent df3d46fac4
commit ec4e177077

View File

@@ -21,3 +21,5 @@ jobs:
OUTPUT: fixtures/CHANGELOG.md OUTPUT: fixtures/CHANGELOG.md
- name: Print the changelog - name: Print the changelog
run: cat "${{ steps.git-cliff.outputs.changelog }}" run: cat "${{ steps.git-cliff.outputs.changelog }}"
- name: Update the changelog
run: touch fixtures/CHANGELOG.md