Skip to content

Commit 9a5c8bc

Browse files
committed
Update ci.yml
1 parent b0a6970 commit 9a5c8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Generate version.lua
2727
run: |
28-
VERSION=$(jq -r .version package.json)
28+
VERSION=$(git describe --tags --abbrev=0)
2929
SHORT_COMMIT=$(git rev-parse --short=8 HEAD)
3030
echo "return {" > src/shared/version.luau
3131
echo " version = '${VERSION}'," >> src/shared/version.luau

0 commit comments

Comments
 (0)