Skip to content

Commit

Permalink
Merge pull request #177 from joshuafolkken/173-fix-auto-tag-workflow
Browse files Browse the repository at this point in the history
fix auto tag workflow #173
  • Loading branch information
joshuafolkken authored Sep 28, 2024
2 parents efedc2d + 6e77121 commit 775439a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 775439a

Please sign in to comment.