Skip to content

Commit 48de253

Browse files
ci: provide repository to git-cliff to fix commit link generation (#1456)
1 parent 900898a commit 48de253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-gh-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
id: generate_release_notes
2424
with:
2525
args: -v --latest --strip header
26+
env:
27+
GITHUB_REPO: ${{ github.repository }}
2628

2729
- name: Clean up release notes
2830
run: |

0 commit comments

Comments
 (0)