summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-11 19:57:55 +0000
committerGitHub <noreply@github.com>2023-01-11 19:57:55 +0000
commit5868b6cfdf3e3232cfb290a7658306fb850feed2 (patch)
tree65304825bd20f86da67cbcf6ba6e78f7616ad6bc
parenta5506f85711fd1fb5446ac9ec4ed646a740c5092 (diff)
downloaddecky-installer-5868b6cfdf3e3232cfb290a7658306fb850feed2.tar.gz
decky-installer-5868b6cfdf3e3232cfb290a7658306fb850feed2.zip
Update main.yml
-rw-r--r--.github/workflows/main.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bed5397..fb80daf 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -47,10 +47,11 @@ jobs:
if [[ "${{github.event.inputs.bump}}" != "none" ]]; then
OUT=$(semver bump ${{github.event.inputs.bump}} "$VERSION")
printf "OUT: ${OUT}\n"
- else
- printf "previous tag is a release, but no bump selected. Defaulting to a patch bump.\n"
- OUT=$(semver bump patch "$VERSION")
- printf "OUT: ${OUT}\n"
+ else
+ printf "no bump selected. Defaulting to a patch bump.\n"
+ OUT=$(semver bump patch "$VERSION")
+ printf "OUT: ${OUT}\n"
+ fi
echo "vOUT: v$OUT"
echo tag_name=v$OUT >> $GITHUB_OUTPUT
- name: Push tag 📤