We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d88ec4 commit fb0797bCopy full SHA for fb0797b
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
run: git lfs checkout
25
26
- name: Pull tag
27
- run: git pull --tags origin
+ run: git fetch --tags
28
29
- uses: azure/docker-login@v1
30
with:
0 commit comments