Skip to content

Commit 7d9a0ae

Browse files
committed
bugfix
1 parent 5f9b0d7 commit 7d9a0ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "version=$version" >> $GITHUB_ENV
9797
if [[ "$version" =~ (a|b|dev|rc)\d? ]]; then
9898
echo "This is a pre-release version. Skipping GitHub release."
99-
exit 0
99+
exit 1
100100
else
101101
echo "This is a stable release."
102102
fi

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ all = [
88

99
[project]
1010
name = "gameyamlspiderandgenerator"
11-
version = "2.1.0dev1"
11+
version = "2.1.0dev2"
1212
description = "A useful tool for generating Furrygameindex yaml files"
1313
readme = "README.md"
1414
authors = [

0 commit comments

Comments
 (0)