Skip to content

Commit 1a87482

Browse files
committed
push
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 4870455 commit 1a87482

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25+
- name: Unshallow clone for tags
26+
run: git fetch --prune --unshallow --tags
2527

2628
- name: Install Go ${{ env.GO_VERSION }}
2729
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)