chore: add commit hash to non-released versions

This commit is contained in:
Alexis Tyler
2021-06-28 19:53:14 +09:30
parent f715f55c3b
commit bf87b0d5b8
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -179,6 +179,10 @@ jobs:
- name: Install nexe
run: npm i -g nexe
- name: Add commit hash to version
if: startsWith(github.ref, 'refs/tags/v') == false
run: npm run mark-version-commit
- name: Build binary
run: npm run build-binary