|
@@ -46,7 +46,7 @@ jobs:
|
|
|
java-version: ${{ env.JAVA_VERSION }}
|
|
|
cache: ${{ env.JAVA_CACHE }}
|
|
|
- id: versions
|
|
|
- name: Get version information # TODO: is Github ref inherited when called from super workflow?
|
|
|
+ name: Get version information
|
|
|
run: |
|
|
|
if [[ $GITHUB_REF =~ refs/tags/[0-9]+\.[0-9]+\.[0-9]+.* ]]; then
|
|
|
SEM_VER_STR=${GITHUB_REF##*/}
|