diff options
author | Laurențiu Nicola <[email protected]> | 2021-03-25 10:17:48 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-03-25 10:17:48 +0000 |
commit | 27bfb1fa5c53d3fd8cd06bdab9ac4c292fbb415e (patch) | |
tree | 69fbcef11531b057d8b15b0a3a406450da1ccca5 /.github/workflows | |
parent | d7db38fff9c251c36d0796309b43678bdf9e5bd8 (diff) |
Make a full clone in release.yaml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae9dccce9..307096ef3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -13,7 +13,7 @@ env: | |||
13 | CARGO_NET_RETRY: 10 | 13 | CARGO_NET_RETRY: 10 |
14 | RUSTFLAGS: "-D warnings -W unreachable-pub" | 14 | RUSTFLAGS: "-D warnings -W unreachable-pub" |
15 | RUSTUP_MAX_RETRIES: 10 | 15 | RUSTUP_MAX_RETRIES: 10 |
16 | FETCH_DEPTH: 200 | 16 | FETCH_DEPTH: 0 # pull in the tags for the version string |
17 | 17 | ||
18 | jobs: | 18 | jobs: |
19 | dist-x86_64-pc-windows-msvc: | 19 | dist-x86_64-pc-windows-msvc: |