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:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user