We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca79ee commit 22de053Copy full SHA for 22de053
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
fetch-depth: 0
54
ref: ${{ inputs.release-tag || github.event.pull_request.head.ref || github.ref }}
55
- repository: ${{ github.event.repository.full_name }}
+ repository: ${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
56
57
- name: Install UV
58
uses: astral-sh/setup-uv@v5.3
0 commit comments