Skip to content

Commit fc2574c

Browse files
committed
Do a deeper clone when deploying to fly so that sentry can find the previous release
1 parent 8191bc5 commit fc2574c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
concurrency: deploy-group
4242
steps:
4343
- uses: actions/checkout@v4
44+
with:
45+
fetch-depth: 50
4446
- uses: getsentry/action-release@v3
4547
env:
4648
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)