Skip to content

Commit

Permalink
Fix: Show version number in web interface instead of git hash (if ava…
Browse files Browse the repository at this point in the history
…ilable)

see actions/checkout#701 for further info
  • Loading branch information
tbnobody committed Apr 5, 2023
1 parent 778dc93 commit a7b2d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -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:
Expand Down

0 comments on commit a7b2d72

Please sign in to comment.