Skip to content

Commit 4caeaaf

Browse files
authored
patch coverity workflow (#3)
* patch coverity workflow * patch coverity workflow java version back to 25
1 parent ebb1941 commit 4caeaaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: sudo apt-get update && sudo apt-get install jq
2121

2222
- name: Get version
23-
run: printf "RELEASE_VERSION=%q\n" "$(git describe --tags)" >> $GITHUB_ENV
23+
run: printf "RELEASE_VERSION=%q\n" "$(git describe --always --tags)" >> $GITHUB_ENV
2424

2525
- name: Setup Maven Central
2626
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)