From 0fe39f9d99041f102ea9edf653d17342815d5c6c Mon Sep 17 00:00:00 2001 From: Mohamed Elmoslemany Date: Wed, 20 Sep 2023 14:07:52 +0200 Subject: [PATCH] force fetch tags edit --- .github/workflows/test-tag.yml | 5 ----- 1 file changed, 5 deletions(-) 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