mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 20:21:57 +00:00
Update build.yml
This commit is contained in:
@@ -109,7 +109,7 @@ jobs:
|
|||||||
printf "OUT: ${OUT}\n"
|
printf "OUT: ${OUT}\n"
|
||||||
elif [[ ! "$VERSION" =~ "-pre" ]]; then
|
elif [[ ! "$VERSION" =~ "-pre" ]]; then
|
||||||
printf "previous tag is a release, bumping by a patch\n"
|
printf "previous tag is a release, bumping by a patch\n"
|
||||||
OUT=$(semver bump minor "$VERSION")
|
OUT=$(semver bump patch "$VERSION")
|
||||||
printf "OUT: ${OUT}\n"
|
printf "OUT: ${OUT}\n"
|
||||||
fi
|
fi
|
||||||
echo "vOUT: v$OUT"
|
echo "vOUT: v$OUT"
|
||||||
|
|||||||
Reference in New Issue
Block a user