Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Jan 4, 2025
1 parent 5f9b0d7 commit 7d9a0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 7d9a0ae

Please sign in to comment.