Skip to content

Commit

Permalink
goreleaser fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
sergivb01 committed Jun 4, 2020
1 parent 1da5436 commit 7309d68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: goreleaser
uses: docker://goreleaser/goreleaser:latest
env:
Expand Down

0 comments on commit 7309d68

Please sign in to comment.