Skip to content

Commit 22de053

Browse files
chore: CG-10900 prefer head repo over github context (#626)
1 parent aca79ee commit 22de053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454
ref: ${{ inputs.release-tag || github.event.pull_request.head.ref || github.ref }}
55-
repository: ${{ github.event.repository.full_name }}
55+
repository: ${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
5656

5757
- name: Install UV
5858
uses: astral-sh/[email protected]

0 commit comments

Comments
 (0)