Skip to content

Commit

Permalink
fixed deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jan 29, 2025
1 parent d79949c commit 4fef8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
# Determine version from Git tags and generate version.js
- name: Generate Version
run: |
cd VortexEngine
TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "0.0.0")
COUNT=$(git rev-list $TAG..HEAD --count)
VERSION="${TAG%.*}.$(( ${TAG##*.} + COUNT ))"
Expand Down

0 comments on commit 4fef8e9

Please sign in to comment.