diff options
-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 |