Skip to content

Commit ac903ab

Browse files
author
Denis Krivak
committed
Fix goreleaser github action.
1 parent f06438d commit ac903ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
go-version: 1.14.x
1515
- name: Checkout code
1616
uses: actions/checkout@v2
17-
- name: Unshallow
18-
run: git fetch --prune --unshallow
17+
with:
18+
fetch-depth: 0
1919
- name: Run GoReleaser
2020
uses: goreleaser/goreleaser-action@v1
2121
with:

0 commit comments

Comments
 (0)