From 7d9a0ae8d7667a2cc4fa5da5511e8d33c6aba53f Mon Sep 17 00:00:00 2001 From: kaesinol Date: Sat, 4 Jan 2025 16:39:34 +0800 Subject: [PATCH] bugfix --- .github/workflows/Pyinstaller.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pyinstaller.yml b/.github/workflows/Pyinstaller.yml index 2091fdf..905d8ce 100644 --- a/.github/workflows/Pyinstaller.yml +++ b/.github/workflows/Pyinstaller.yml @@ -96,7 +96,7 @@ jobs: echo "version=$version" >> $GITHUB_ENV if [[ "$version" =~ (a|b|dev|rc)\d? ]]; then echo "This is a pre-release version. Skipping GitHub release." - exit 0 + exit 1 else echo "This is a stable release." fi diff --git a/pyproject.toml b/pyproject.toml index b1f68ae..8a8cc7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ all = [ [project] name = "gameyamlspiderandgenerator" -version = "2.1.0dev1" +version = "2.1.0dev2" description = "A useful tool for generating Furrygameindex yaml files" readme = "README.md" authors = [