Skip to content

Commit d565fd5

Browse files
committed
Fix for the fetch failure
actions/checkout#1467
1 parent f503a0d commit d565fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rill-cloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
fetch-tags: true
29+
ref: ${{ github.ref }}
2930

3031
- name: Set up Go
3132
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)