Skip to content

Commit

Permalink
fix(ci): unshallow history (#1528)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
caarlos0 and kodiakhq[bot] committed May 19, 2020
1 parent baf2182 commit cbb8552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -15,6 +15,9 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Snapcraft
run: |
Expand Down

1 comment on commit cbb8552

@vercel
Copy link

@vercel vercel bot commented on cbb8552 May 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.