chore: Fix cliff (#6)
All checks were successful
Rust / build_and_test (push) Successful in 29s
Release / build_release (push) Successful in 42s

This commit is contained in:
2026-01-18 00:56:29 +01:00
parent 1422183a90
commit 5a308b5b4c

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 }}