fix(ci): try to fix release ci changelog

This commit is contained in:
Edgar 2024-03-01 08:27:23 +01:00
parent e60a63593d
commit f25bd5729f
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -37,16 +37,16 @@ jobs:
- name: build release
run: cargo build --release
- name: Generate a changelog
uses: orhun/git-cliff-action@v2
uses: orhun/git-cliff-action@v3
id: git-cliff
with:
args: --latest --strip header
args: -vv --latest --strip header
env:
OUTPUT: ${{ github.workspace }}/CHANGES.md
OUTPUT: CHANGES.md
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/CHANGES.md
body: ${{ steps.git-cliff.outputs.content }}
files: |
README.md
LICENSE