Skip to content

Commit

Permalink
fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamilton committed May 21, 2020
1 parent b699e81 commit 10787ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/kubectl-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ jobs:
with:
fetch-depth: 0
-
name: Unshallow for goreleaser
run: git fetch --prune --unshallow
#name: Unshallow for goreleaser
name: Fetch for goreleaser
run: git fetch --prune
-
name: Build
run: ./scripts/build.zsh
Expand Down

0 comments on commit 10787ef

Please sign in to comment.