mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
Temporarily run git describe to debug #8043
This commit is contained in:
parent
5cc8ad0c4a
commit
14929e6409
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -108,6 +108,9 @@ jobs:
|
|||
with:
|
||||
node-version: 12.x
|
||||
|
||||
- name: Print current revision
|
||||
run: git describe --tags
|
||||
|
||||
- name: Dist
|
||||
if: github.ref == 'refs/heads/release'
|
||||
run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER
|
||||
|
|
Loading…
Reference in a new issue