Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Dine committed Oct 23, 2022
1 parent 84cc84a commit 1f5e4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Analyze Project Metadata
run: |
echo "PROJECT_VERSION=$(cat ./VERSION)" >> $GITHUB_ENV
echo "PROJECT_VERSION=$(head -n 1 ./VERSION)" >> $GITHUB_ENV
- name: Build & Package Game
run: |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit 1f5e4a2

Please sign in to comment.