1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-23 22:50:41 +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: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
with: - name: Unshallow repo
fetch-depth: 0 run: git fetch --prune --unshallow
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with: