Skip to content

Commit fb0797b

Browse files
committed
build: fix fetch tags
1 parent 9d88ec4 commit fb0797b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: git lfs checkout
2525

2626
- name: Pull tag
27-
run: git pull --tags origin
27+
run: git fetch --tags
2828

2929
- uses: azure/docker-login@v1
3030
with:

0 commit comments

Comments
 (0)