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 8cac4ab commit 820f7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
config: cliff.toml
args: --verbose --current --strip header footer
env:
OUTPUT: release.md
OUTPUT: CHANGES.md
GITHUB_REPO: ${{ github.repository }}

- name: Create release
Expand All @@ -54,5 +54,5 @@ jobs:
gh release create ${{ github.ref_name }} \
--title "Release ${{ github.ref_name }}" \
${{ contains(github.ref_name, '-') && '--prerelease' || ''}} \
--notes-file ${{ github.workspace }}/release.md \
--notes "${{ steps.git-cliff.outputs.content }}" \
--verify-tag

0 comments on commit 820f7d6

Please sign in to comment.