Skip to content

Commit 5f71726

Browse files
authored
fix: Checkout head_ref in release job (#68)
1 parent bd8af24 commit 5f71726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7676
with:
77-
fetch-depth: 0
77+
ref: ${{ github.head_ref }}
7878
- name: Create release
7979
shell: bash
8080
run: |

0 commit comments

Comments
 (0)