ci: fix checkout for release
We need the full git history to compute changelog Signed-off-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
parent
8dcd2e475f
commit
237bc71b90
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ jobs:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
with:
|
with:
|
||||||
show-progress: false
|
show-progress: false
|
||||||
|
fetch-depth: 0 # Important for changelog
|
||||||
|
filter: blob:none # We don't need all blobs
|
||||||
|
|
||||||
- uses: ./.forgejo/actions/setup
|
- uses: ./.forgejo/actions/setup
|
||||||
- uses: ./.forgejo/actions/setup-node
|
- uses: ./.forgejo/actions/setup-node
|
||||||
|
|
Loading…
Reference in a new issue