6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 15:39:46 +00:00

Remove the unshallow step from goreleaser

It's not needed because we don't use the release notes generator from goreleaser
This commit is contained in:
Grzegorz Dlugoszewski
2020-06-11 17:15:03 +02:00
parent 62bb5c7d05
commit a08e80671c

View File

@@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v2
with: