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