diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-10-02 08:19:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-02 08:19:41 -0700 |
| commit | fa028fa5251dcbd6e423ad9e886daa522a6ba289 (patch) | |
| tree | 97c42192d697df21e160eec6cf13591be98ce21d | |
| parent | c9475480644bbd4dc268521b210ad62b5925308e (diff) | |
| download | decky-loader-fa028fa5251dcbd6e423ad9e886daa522a6ba289.tar.gz decky-loader-fa028fa5251dcbd6e423ad9e886daa522a6ba289.zip | |
Update build.yml
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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" |
