summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-10-02 08:19:41 -0700
committerGitHub <noreply@github.com>2022-10-02 08:19:41 -0700
commitfa028fa5251dcbd6e423ad9e886daa522a6ba289 (patch)
tree97c42192d697df21e160eec6cf13591be98ce21d /.github/workflows/build.yml
parentc9475480644bbd4dc268521b210ad62b5925308e (diff)
downloaddecky-loader-fa028fa5251dcbd6e423ad9e886daa522a6ba289.tar.gz
decky-loader-fa028fa5251dcbd6e423ad9e886daa522a6ba289.zip
Update build.yml
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index aa036a97..823502c7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -171,7 +171,7 @@ jobs:
OUT=""
if [[ ! "$VERSION" =~ "-pre" ]]; then
printf "is release, bumping minor version and prerel\n"
- OUT=$(semver bump minor "$VERSION")
+ OUT=$(semver bump patch "$VERSION")
OUT="$OUT-pre"
OUT=$(semver bump prerel "$OUT")
printf "OUT: ${OUT}\n"