mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Revert "Temporarily run git describe on CI to debug #8043"
This commit is contained in:
parent
a0ed87ff56
commit
76bb56aeb6
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -108,9 +108,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
|
|
||||||
- name: Print current revision
|
|
||||||
run: git describe --tags
|
|
||||||
|
|
||||||
- name: Dist
|
- name: Dist
|
||||||
if: github.ref == 'refs/heads/release'
|
if: github.ref == 'refs/heads/release'
|
||||||
run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER
|
run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER
|
||||||
|
|
Loading…
Reference in a new issue