Skip to content

Commit 27bfb1f

Browse files
committed
Make a full clone in release.yaml
1 parent d7db38f commit 27bfb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
CARGO_NET_RETRY: 10
1414
RUSTFLAGS: "-D warnings -W unreachable-pub"
1515
RUSTUP_MAX_RETRIES: 10
16-
FETCH_DEPTH: 200
16+
FETCH_DEPTH: 0 # pull in the tags for the version string
1717

1818
jobs:
1919
dist-x86_64-pc-windows-msvc:

0 commit comments

Comments
 (0)