Skip to content

Commit b20c2c9

Browse files
committed
cli: more ci/cd bugs
1 parent c3f43cf commit b20c2c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cli-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: proxmox-lxc
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
15+
16+
- run: git fetch --tags
1317

1418
- uses: actions/setup-go@v5
1519
with:

0 commit comments

Comments
 (0)