We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9b0d7 commit 7d9a0aeCopy full SHA for 7d9a0ae
.github/workflows/Pyinstaller.yml
@@ -96,7 +96,7 @@ jobs:
96
echo "version=$version" >> $GITHUB_ENV
97
if [[ "$version" =~ (a|b|dev|rc)\d? ]]; then
98
echo "This is a pre-release version. Skipping GitHub release."
99
- exit 0
+ exit 1
100
else
101
echo "This is a stable release."
102
fi
pyproject.toml
@@ -8,7 +8,7 @@ all = [
8
9
[project]
10
name = "gameyamlspiderandgenerator"
11
-version = "2.1.0dev1"
+version = "2.1.0dev2"
12
description = "A useful tool for generating Furrygameindex yaml files"
13
readme = "README.md"
14
authors = [
0 commit comments