aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-04-26 13:27:35 +0100
committerGitHub <[email protected]>2021-04-26 13:27:35 +0100
commiteee50b6921662dee766c987e1a0b15b371e141d1 (patch)
tree1cae58ae26f5f0d4e8b2fc260edf8222b1a1c1cb /.github
parent691c96e36a9e760d8e6f035377d03223e2f93277 (diff)
parent4f9640ff39f95231f7d265c2c25a05c3f687b6a3 (diff)
Merge #8666
8666: fix: correct version string on windows and mac r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 307096ef3..b50ca9a6f 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -109,12 +109,7 @@ jobs:
109 node-version: 12.x 109 node-version: 12.x
110 110
111 - name: Dist 111 - name: Dist
112 if: github.ref == 'refs/heads/release' 112 run: cargo xtask dist --client-patch-version $GITHUB_RUN_NUMBER
113 run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER
114
115 - name: Dist
116 if: github.ref != 'refs/heads/release'
117 run: cargo xtask dist --nightly --client 0.3.$GITHUB_RUN_NUMBER-nightly
118 113
119 - name: Run analysis-stats on rust-analyzer 114 - name: Run analysis-stats on rust-analyzer
120 run: target/${{ env.RA_TARGET }}/release/rust-analyzer analysis-stats . 115 run: target/${{ env.RA_TARGET }}/release/rust-analyzer analysis-stats .