ci: improve changelog generation
This commit is contained in:
parent
bb266f6899
commit
38fcb10e33
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -152,6 +152,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Git repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
# Download all artifacts
|
||||
- uses: actions/download-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue