1
0
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:
Dawid Dziurla 2020-03-22 11:43:30 +01:00 committed by Jesse Duffield
parent 91f6630907
commit c06c0b7133

View File

@ -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: