Skip to content

Commit

Permalink
workflows: git fetch --unshallow before goreleaser step
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored and jesseduffield committed Mar 22, 2020
1 parent 91f6630 commit c06c0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Unshallow repo
run: git fetch --prune --unshallow
- name: Setup Go
uses: actions/setup-go@v1
with:
Expand Down

0 comments on commit c06c0b7

Please sign in to comment.