Skip to content

Commit b5e99b7

Browse files
fix(ci): set repo as env so git-cliff picks upp correct repo variables
1 parent 900898a commit b5e99b7

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)