Skip to content

Commit

Permalink
build: use fetch-depth=0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed May 12, 2021
1 parent 3fff791 commit df66c5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -353,6 +353,9 @@ jobs:
needs: [ push-images, test-images-linux-amd64, test-images-windows ]
steps:
- uses: actions/checkout@v2
with:
# 0 indicates all history for all branches and tags.
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: "14"
Expand Down

0 comments on commit df66c5a

Please sign in to comment.