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 name: Release
permissions:
contents: write
discussions: write
on: on:
push: push:
tags: tags:
@ -38,12 +42,11 @@ jobs:
with: with:
args: --latest --strip header args: --latest --strip header
env: env:
OUTPUT: CHANGES.md OUTPUT: ${{ github.workspace }}/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_path: ${{ github.workspace }}/CHANGES.md
generate_release_notes: true
files: | files: |
README.md README.md
LICENSE LICENSE