Skip to content

Commit fc34cc5

Browse files
committed
didnt mean to leave that oops
1 parent f557cac commit fc34cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
vs-version: '16.6.2'
178178
- name: Get Tags
179179
run: |
180-
git fetch --depth=0 --tags
180+
git fetch --tags
181181
$TAGLATEST="git describe --tags $(git rev-list --tags --max-count=1)"
182182
git checkout $TAGLATEST
183183
- name: Build

0 commit comments

Comments
 (0)