Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Aug 30, 2024
1 parent f4d14a6 commit bd29bb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: --verbose --github-repo ${{ github.repository }} --current --strip header footer --output "release.md"
args: --verbose --current --strip header footer
env:
OUTPUT: release.md
GITHUB_REPO: ${{ github.repository }}

- name: Create release
env:
Expand Down

0 comments on commit bd29bb8

Please sign in to comment.