mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 16:57:50 +00:00
Update build.yml
This commit is contained in:
@@ -171,7 +171,7 @@ jobs:
|
|||||||
OUT=""
|
OUT=""
|
||||||
if [[ ! "$VERSION" =~ "-pre" ]]; then
|
if [[ ! "$VERSION" =~ "-pre" ]]; then
|
||||||
printf "is release, bumping minor version and prerel\n"
|
printf "is release, bumping minor version and prerel\n"
|
||||||
OUT=$(semver bump minor "$VERSION")
|
OUT=$(semver bump patch "$VERSION")
|
||||||
OUT="$OUT-pre"
|
OUT="$OUT-pre"
|
||||||
OUT=$(semver bump prerel "$OUT")
|
OUT=$(semver bump prerel "$OUT")
|
||||||
printf "OUT: ${OUT}\n"
|
printf "OUT: ${OUT}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user