Skip to content

Commit 104a198

Browse files
bors[bot]lnicola
andauthored
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]>
2 parents 5cc8ad0 + 14929e6 commit 104a198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
with:
109109
node-version: 12.x
110110

111+
- name: Print current revision
112+
run: git describe --tags
113+
111114
- name: Dist
112115
if: github.ref == 'refs/heads/release'
113116
run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER

0 commit comments

Comments
 (0)