diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d837cd..98e6518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: COMMIT=$GITHUB_SHA BRANCH=${GITHUB_REF#refs/heads/} TAG='' - if github.ref_type == 'tag'; then + if [[ github.ref_type == 'tag' ]]; then echo "inside if" TAG=${GITHUB_REF#refs/tags/} fi