1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

ci: Use fetch-depth: 5 (#4127)

This commit is contained in:
Ryan Dahl 2020-02-25 12:03:11 -05:00 committed by GitHub
parent 14e7e1e3af
commit fe181e2b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,10 @@ jobs:
- name: Clone repository
uses: actions/checkout@v1
with:
fetch-depth: 1
# Use depth > 1, because sometimes we need to rebuild master and if
# other commits have landed it will become impossible to rebuild if
# the checkout is too shallow.
fetch-depth: 5
submodules: true
- name: Create source tarballs (release, linux)