try to fix release changelog

This commit is contained in:
Edgar 2024-03-01 08:14:19 +01:00
parent 0bdb275cf6
commit 3db5f37c0c
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -1,5 +1,9 @@
name: Release
permissions:
contents: write
discussions: write
on:
push:
tags:
@ -38,12 +42,11 @@ jobs:
with:
args: --latest --strip header
env:
OUTPUT: CHANGES.md
OUTPUT: ${{ github.workspace }}/CHANGES.md
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/CHANGES.md
generate_release_notes: true
files: |
README.md
LICENSE