diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-10-02 08:11:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-02 08:11:00 -0700 |
| commit | c9475480644bbd4dc268521b210ad62b5925308e (patch) | |
| tree | c8c4a1e284b635f07aabba4a05f3b8521096132e /.github | |
| parent | 19d5527bdfe2a1de9719dc4df838b22aed254797 (diff) | |
| download | decky-loader-c9475480644bbd4dc268521b210ad62b5925308e.tar.gz decky-loader-c9475480644bbd4dc268521b210ad62b5925308e.zip | |
Update build.ymlv2.2.0-pre1
Diffstat (limited to '.github')
| -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 950cdefc..aa036a97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: printf "OUT: ${OUT}\n" elif [[ ! "$VERSION" =~ "-pre" ]]; then 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" fi echo "vOUT: v$OUT" |
