Skip to content

Commit

Permalink
unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 14, 2024
1 parent 94943b1 commit d039250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: build with version
run: |
git fetch --tags
git fetch --unshallow
make
version=$(./cmd/maprobe/maprobe version 2>&1)
if [[ echo "$version" | grep -q "HEAD" ]]; then
Expand Down

0 comments on commit d039250

Please sign in to comment.