We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a6970 commit 9a5c8bcCopy full SHA for 9a5c8bc
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Generate version.lua
27
run: |
28
- VERSION=$(jq -r .version package.json)
+ VERSION=$(git describe --tags --abbrev=0)
29
SHORT_COMMIT=$(git rev-parse --short=8 HEAD)
30
echo "return {" > src/shared/version.luau
31
echo " version = '${VERSION}'," >> src/shared/version.luau
0 commit comments