Skip to content

Commit

Permalink
Fetch tags for limactl --version
Browse files Browse the repository at this point in the history
When tags are unavailable, `limactl --version` will just report
the commit SHA1, e.g. "limactl version 6587349".

When tags are available the reported version looks like
"limactl version 0.21.0-47-gcaba48e".

Signed-off-by: Jan Dubois <[email protected]>
  • Loading branch information
jandubois committed Apr 30, 2024
1 parent 1642627 commit 96bb3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
submodules: recursive
- name: Install sha512sum
if: startswith(matrix.os, 'macos')
Expand Down

0 comments on commit 96bb3bc

Please sign in to comment.