aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-03-21 08:21:29 +0000
committerGitHub <[email protected]>2021-03-21 08:21:29 +0000
commit76bb56aeb62e43c0c2ef9f730046dd6b993512bf (patch)
tree29d161c63ba3c9361e32c487c8a7096dc1bffc43 /.github/workflows/release.yaml
parenta0ed87ff56e83eb03910b58a9cb80c35c5639338 (diff)
Revert "Temporarily run git describe on CI to debug #8043"
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 7549e998b..ae9dccce9 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -108,9 +108,6 @@ jobs:
108 with: 108 with:
109 node-version: 12.x 109 node-version: 12.x
110 110
111 - name: Print current revision
112 run: git describe --tags
113
114 - name: Dist 111 - name: Dist
115 if: github.ref == 'refs/heads/release' 112 if: github.ref == 'refs/heads/release'
116 run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER 113 run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER