mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +00:00
Fix error in build action when pushing release
This commit is contained in:
committed by
GitHub
parent
8ec2a7789b
commit
a2c13d6fa1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user