diff --git a/.github/workflows/get-version.yml b/.github/workflows/get-version.yml index e4f49bf74..7ccb1b9a3 100644 --- a/.github/workflows/get-version.yml +++ b/.github/workflows/get-version.yml @@ -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##*/}