Skip to content

Commit 79ee45e

Browse files
committed
Fix release workflow
1 parent 7a51e76 commit 79ee45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
checkName: Tests done
20-
ref: ${{ github.pull_request.head.sha || github.sha }}
20+
ref: ${{ github.sha }}
2121
timeoutSeconds: 3600
2222

2323
- name: Fail the Build

0 commit comments

Comments
 (0)