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