Skip to content

Commit

Permalink
🔧 ci: check tag with git fetch (--no-ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Sep 7, 2024
1 parent 14a4b86 commit 58c6305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Check a tag from list
run: |
git fetch --unshallow --tags
export TAG_NAME="${{ env.image_version }}"
export TAG_EXISTS=$(git tag --list $TAG_NAME)
if [ -n "$TAG_EXISTS" ]; then
Expand Down

0 comments on commit 58c6305

Please sign in to comment.