diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12b6545..f77ad55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: if [[ $VERSION =~ ^(([0-9]{1,3})\.[0-9]{1,3})\.[0-9]{1,3}$ ]]; then VERSION_MINOR=${BASH_REMATCH[1]} VERSION_MAJOR=${BASH_REMATCH[2]} - TAGS+=("${VERSION_MAJOR}", "${VERSION_MINOR}") + TAGS+=("${VERSION_MAJOR}" "${VERSION_MINOR}") fi for TAG in ${TAGS[*]}; do