build: fix changelog generation
This commit is contained in:
parent
d749d7b554
commit
96ee8b8f19
3 changed files with 5 additions and 2 deletions
|
|
@ -170,6 +170,9 @@ jobs:
|
|||
fetch-depth: 0 # Important for changelog
|
||||
filter: blob:none # We don't need all blobs
|
||||
|
||||
# required for proper changelogs
|
||||
- run: git checkout -b "${GITHUB_REF_NAME}"
|
||||
|
||||
- uses: ./.forgejo/actions/setup
|
||||
- uses: ./.forgejo/actions/setup-node
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue