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:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Generate Changelog
|
- name: Generate Changelog
|
||||||
uses: pfandie/generate-changelog-action@v1.0.6
|
uses: pfandie/generate-changelog-action@v1.0.6
|
||||||
|
|
Loading…
Reference in a new issue