mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-12 00:23:48 +03:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -130,9 +130,7 @@ jobs:
|
|||||||
OUT=$(semver bump ${{github.event.inputs.bump}} "$OUT")
|
OUT=$(semver bump ${{github.event.inputs.bump}} "$OUT")
|
||||||
printf "OUT: ${OUT}\n"
|
printf "OUT: ${OUT}\n"
|
||||||
else
|
else
|
||||||
printf "no type selected, defaulting to patch.\n"
|
printf "no type selected, not bumping for release.\n"
|
||||||
OUT=$(semver bump patch "$OUT")
|
|
||||||
printf "OUT: ${OUT}\n"
|
|
||||||
fi
|
fi
|
||||||
elif [[ ! "$VERSION" =~ "-pre" ]]; then
|
elif [[ ! "$VERSION" =~ "-pre" ]]; then
|
||||||
printf "previous tag is a release, bumping by selected type.\n"
|
printf "previous tag is a release, bumping by selected type.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user