We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb1941 commit 4caeaafCopy full SHA for 4caeaaf
1 file changed
.github/workflows/coverity.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: sudo apt-get update && sudo apt-get install jq
21
22
- name: Get version
23
- run: printf "RELEASE_VERSION=%q\n" "$(git describe --tags)" >> $GITHUB_ENV
+ run: printf "RELEASE_VERSION=%q\n" "$(git describe --always --tags)" >> $GITHUB_ENV
24
25
- name: Setup Maven Central
26
uses: actions/setup-java@v4
0 commit comments