mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-05 15:15:49 +02:00
workflows: git fetch --unshallow before goreleaser step
This commit is contained in:
parent
91f6630907
commit
c06c0b7133
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user