chore: Fix cliff
All checks were successful
Rust / build_and_test (pull_request) Successful in 29s
Rust / build_and_test (push) Successful in 30s

This commit is contained in:
Lukas Wölfer
2026-01-18 00:56:04 +01:00
parent 1422183a90
commit 1195fc358c

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