fix release notes action

This commit is contained in:
Ivan Schaller 2024-02-01 15:48:32 +01:00
parent b20d442057
commit 1f73c306bd

View file

@ -30,11 +30,14 @@ jobs:
- name: build package
run: hatch build --clean
- name: create release notes
run: bash get_release_notes.sh latest
- name: read changelog
id: changelog
uses: juliangruber/read-file-action@v1
with:
path: ./CHANGELOG.md
path: ./RELEASENOTES.md
- name: create gitea release
uses: https://gitea.com/actions/release-action@main