diff options
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r-- | .github/workflows/release.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7549e998b..ae9dccce9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -108,9 +108,6 @@ 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 | |||
114 | - name: Dist | 111 | - name: Dist |
115 | if: github.ref == 'refs/heads/release' | 112 | if: github.ref == 'refs/heads/release' |
116 | run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER | 113 | run: cargo xtask dist --client 0.2.$GITHUB_RUN_NUMBER |