Fetch more commits for Sentry releases (#209)

This commit is contained in:
Ian VanSchooten 2024-12-18 16:28:28 -05:00 committed by GitHub
parent afc3abd633
commit db1f162f1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
show-progress: false
fetch-depth: 25 # For sentry releases
- name: Set up Go 1.22
uses: actions/setup-go@v5