diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 75a59b4..5677816 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -28,8 +28,6 @@ jobs: echo "tag_created=false" >> $GITHUB_OUTPUT fi - echo "tag_created=$tag_created" >> $GITHUB_OUTPUT - - name: Print tag creation status run: | echo "Tag created: ${{ steps.auto_tag.outputs.tag_created }}" diff --git a/project.godot b/project.godot index c38fa7d..057100a 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Tic Tac Toe" -config/version="0.54.4" +config/version="0.54.5" run/main_scene="res://scenes/main.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg"