add branch name to app version
This commit is contained in:
parent
2b8e79c1c4
commit
cc9a470213
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -45,6 +45,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
filename: "/app/library/version.py"
|
filename: "/app/library/version.py"
|
||||||
placeholder: "dev-master"
|
placeholder: "dev-master"
|
||||||
|
with_branch: "true"
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue