Updated checkout action to full checkout the repo (#1436)

Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
This commit is contained in:
Adrià Casajús 2022-11-24 10:37:04 +01:00 committed by GitHub
parent b849d1cfa7
commit 478b1386cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ jobs:
# We need to checkout the repository in order for the "Create Sentry release" to work
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Prepare version file
run: |