diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-20 17:13:03 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-20 17:13:03 +0000 |
commit | 104a19853e0d5560a21e6c6a31961ca592be1032 (patch) | |
tree | 2f9ff03a09b4657a71a4afcc33c53b22fc9fc157 /.github | |
parent | 5cc8ad0c4afda0c8b6222156b0c725cfb61892c0 (diff) | |
parent | 14929e6409a9c4b70d4cf412ce77206f1157218e (diff) |
Merge #8121
8121: Temporarily run git describe on CI to debug #8043 r=lnicola a=lnicola
bors r+
changelog skip
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yaml | 3 |
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 |