chore: Fix cliff #6

Merged
lukas merged 1 commits from chore/fix-cliff into main 2026-01-18 00:56:30 +01:00

View File

@@ -32,10 +32,11 @@ jobs:
with:
config: cliff.toml
args: --verbose --unreleased
github_token: ""
env:
OUTPUT: CHANGELOG.md
- uses: akkuman/gitea-release-action@v1
with:
files: |-
target/release/teachertracker-rs
body_path: ${{ steps.git-cliff.outputs.changelog }}
body: ${{ steps.git-cliff.outputs.content }}