Skip to content

Commit

Permalink
force fetch tags edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t committed Sep 20, 2023
1 parent c1593b8 commit 0fe39f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fe39f9

Please sign in to comment.