Skip to content

Commit

Permalink
release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Jun 29, 2024
1 parent e79ffe8 commit 6e62df2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
config: cliff.toml
args: --verbose
env:
GITHUB_REPO: ${{ github.repository }}

- name: Print the changelog
run: cat "${{ steps.git-cliff.outputs.changelog }}"

- name: Create Release
id: create_release
Expand Down

0 comments on commit 6e62df2

Please sign in to comment.