There was an error while loading. Please reload this page.
1 parent 1c1e327 commit bb91ebaCopy full SHA for bb91eba
1 file changed
.github/workflows/go.yml
@@ -66,6 +66,10 @@ jobs:
66
needs: build
67
68
steps:
69
+ - name: shallow clone
70
+ uses: actions/checkout@v5
71
+ if: "!startsWith(github.ref, 'refs/tags/')"
72
+
73
- uses: actions/download-artifact@v6
74
with:
75
name: carapace-aws
0 commit comments