Fix: Show version number in web interface instead of git hash (if available)

see https://github.com/actions/checkout/issues/701 for further info
This commit is contained in:
Thomas Basler 2023-04-05 21:20:28 +02:00
parent 778dc93dee
commit a7b2d727f8

View File

@ -52,6 +52,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get tags
run: git fetch --force --tags origin
- name: Cache pip
uses: actions/cache@v3
with: