aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-25 10:18:44 +0000
committerGitHub <[email protected]>2021-03-25 10:18:44 +0000
commit5b8a087fc2328454d09523d2f922e5275cf08b73 (patch)
tree69fbcef11531b057d8b15b0a3a406450da1ccca5 /.github/workflows
parentd7db38fff9c251c36d0796309b43678bdf9e5bd8 (diff)
parent27bfb1fa5c53d3fd8cd06bdab9ac4c292fbb415e (diff)
Merge #8194
8194: Make a full clone in `release.yaml` to bring in tags r=lnicola a=lnicola Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to '.github/workflows')
-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: