mirror of
https://github.com/unraid/api.git
synced 2026-05-01 20:54:27 -05:00
chore: add commit hash to non-released versions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user