aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-03-25 10:17:48 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-03-25 10:17:48 +0000
commit27bfb1fa5c53d3fd8cd06bdab9ac4c292fbb415e (patch)
tree69fbcef11531b057d8b15b0a3a406450da1ccca5 /.github/workflows/release.yaml
parentd7db38fff9c251c36d0796309b43678bdf9e5bd8 (diff)
Make a full clone in release.yaml
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml2
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
18jobs: 18jobs:
19 dist-x86_64-pc-windows-msvc: 19 dist-x86_64-pc-windows-msvc: