diff --git a/.github/workflows/test-tag.yml b/.github/workflows/test-tag.yml index f107abe3..713df833 100644 --- a/.github/workflows/test-tag.yml +++ b/.github/workflows/test-tag.yml @@ -28,12 +28,7 @@ jobs: echo "docker_image=$DOCKER_IMAGE_NAME:stage" >> $GITHUB_OUTPUT echo "build_env=stage" >> $GITHUB_OUTPUT echo "branch=suite-c4t" >> $GITHUB_OUTPUT - git describe --tags - echo "----" - git tag -l - echo "----" git fetch --force --tags - echo "----" git describe --abbrev=0 --tags elif [[ "${{ github.ref }}" == "refs/heads/c4t" ]] || [[ "${{ github.base_ref }}" == "c4t" ]]; then