mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
fix release more
This commit is contained in:
parent
f0a5fe8699
commit
aaa6961aa6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
run: cargo xtask dist --client --version 0.2.$GITHUB_RUN_NUMBER --tag $(date --iso --utc)
|
run: cargo xtask dist --client --version 0.2.$GITHUB_RUN_NUMBER --tag $(date --iso --utc)
|
||||||
|
|
||||||
- name: Dist
|
- name: Dist
|
||||||
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/release'
|
if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
|
||||||
run: cargo xtask dist --client --version 0.3.$GITHUB_RUN_NUMBER-nightly --tag nightly
|
run: cargo xtask dist --client --version 0.3.$GITHUB_RUN_NUMBER-nightly --tag nightly
|
||||||
|
|
||||||
- name: Dist
|
- name: Dist
|
||||||
|
|
Loading…
Reference in a new issue