Skip to content

Commit 1ff37a3

Browse files
committed
Fix a rc.yaml bug
misunderstand..
1 parent d9bf657 commit 1ff37a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
with:
2929
ref: ${{ steps.get_branch.outputs.branch }}
3030
fetch-depth: 0
31-
fetch: true # Ensure all history is fetched
31+
32+
- name: Fetch main branch
33+
run: git fetch origin main:refs/remotes/origin/main
3234

3335
- uses: actions/setup-go@v4
3436
with:

0 commit comments

Comments
 (0)