chore: Fix cliff #6

Merged
lukas merged 1 commits from chore/fix-cliff into main 2026-01-18 00:56:30 +01:00
Showing only changes of commit 1195fc358c - Show all commits

View File

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