Skip to content

Commit 14929e6

Browse files
committed
Temporarily run git describe to debug #8043
1 parent 5cc8ad0 commit 14929e6

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)