Skip to content

Commit 6e5f735

Browse files
committed
git describe
1 parent 8e2db29 commit 6e5f735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-installer-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
#working-directory: ${{ github.workspace }}
3737
shell: bash
3838
run: |
39-
pwd
39+
git describe --tags --match "v*" --abbrev=0
4040
# If this is a tag push and it starts with v, just use it and strip off the v
4141
if [[ "${GITHUB_REF}" == refs/tags/v* ]]; then
4242
Version="${GITHUB_REF#refs/tags/}"

0 commit comments

Comments
 (0)