From 14929e6409a9c4b70d4cf412ce77206f1157218e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sat, 20 Mar 2021 19:12:19 +0200 Subject: Temporarily run git describe to debug #8043 --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: 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 -- cgit v1.2.3