chore: Fix cliff #6
@@ -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 }}
|
||||||
Reference in New Issue
Block a user