We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2db29 commit 6e5f735Copy full SHA for 6e5f735
.github/workflows/build-test-installer-release.yml
@@ -36,7 +36,7 @@ jobs:
36
#working-directory: ${{ github.workspace }}
37
shell: bash
38
run: |
39
- pwd
+ git describe --tags --match "v*" --abbrev=0
40
# If this is a tag push and it starts with v, just use it and strip off the v
41
if [[ "${GITHUB_REF}" == refs/tags/v* ]]; then
42
Version="${GITHUB_REF#refs/tags/}"
0 commit comments