build: fix changelog generation
This commit is contained in:
parent
04b627a731
commit
83855bb12d
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ jobs:
|
|||
filter: blob:none # We don't need all blobs
|
||||
|
||||
# required for proper changelogs
|
||||
- run: git checkout -b "${GITHUB_REF_NAME}"
|
||||
- run: git checkout -b "release/${GITHUB_REF_NAME#v}"
|
||||
|
||||
- uses: ./.forgejo/actions/setup
|
||||
- uses: ./.forgejo/actions/setup-node
|
||||
|
|
Loading…
Reference in a new issue