updated release action
This commit is contained in:
parent
568e528cdd
commit
b41ed00154
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
|||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate Changelog
|
||||
uses: pfandie/generate-changelog-action@v1.0.6
|
||||
|
|
Loading…
Reference in a new issue