release.yml

This commit is contained in:
Simon Cambier
2024-06-29 21:21:17 +02:00
parent e79ffe873a
commit 6e62df2c36

View File

@@ -46,6 +46,11 @@ jobs:
with: with:
config: cliff.toml config: cliff.toml
args: --verbose args: --verbose
env:
GITHUB_REPO: ${{ github.repository }}
- name: Print the changelog
run: cat "${{ steps.git-cliff.outputs.changelog }}"
- name: Create Release - name: Create Release
id: create_release id: create_release