Skip to content

Commit

Permalink
Fix goreleaser github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Jul 22, 2020
1 parent f06438d commit ac903ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
go-version: 1.14.x
- name: Checkout code
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit ac903ab

Please sign in to comment.