Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2218 from GuessWhoSamFoo/shallow-clone-goreleaser
Browse files Browse the repository at this point in the history
Fix github actions and shallow clones on goreleaser
  • Loading branch information
wwitzel3 authored Mar 25, 2021
2 parents 39d3be8 + f0e1be6 commit a4645bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
container: goreleaser/goreleaser:v0.161.0
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run goreleaser
run: |
git fetch --tags
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/preflight-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
container: goreleaser/goreleaser:v0.161.0
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run GoReleaser
run: |
goreleaser --skip-publish
Expand Down

0 comments on commit a4645bf

Please sign in to comment.