diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49e815c7..64f7ea18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |