aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-03-20 17:12:19 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-03-20 17:12:19 +0000
commit14929e6409a9c4b70d4cf412ce77206f1157218e (patch)
tree2f9ff03a09b4657a71a4afcc33c53b22fc9fc157 /.github/workflows/release.yaml
parent5cc8ad0c4afda0c8b6222156b0c725cfb61892c0 (diff)
Temporarily run git describe to debug #8043
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ae9dccce9..7549e998b 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -108,6 +108,9 @@ 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
111 - name: Dist 114 - name: Dist
112 if: github.ref == 'refs/heads/release' 115 if: github.ref == 'refs/heads/release'
113 run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER 116 run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER