not shallow clone here

This commit is contained in:
Garrone Joseph 2020-05-17 00:09:21 +02:00 committed by GitHub
parent f379a9b97e
commit 1853ea01fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,8 @@ jobs:
needs: update_changelog_and_sync_package_lock_version needs: update_changelog_and_sync_package_lock_version
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Remove branch 'latest' - name: Remove branch 'latest'
continue-on-error: true continue-on-error: true
run: | run: |