Skip to content

Commit 4adab59

Browse files
committed
fix(release.yml): update ref to use head_branch instead of head_sha
1 parent e270102 commit 4adab59

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
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
48-
ref: ${{ github.event.workflow_run.head_sha }}
48+
ref: ${{ github.event.workflow_run.head_branch }}
4949

5050
- name: Setup PNPM
5151
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)