Skip to content

Commit 8a3321f

Browse files
chore(ci): Try to fix Sentry uploads (#18942)
1 parent f484bda commit 8a3321f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pd-test-build-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v4
8181
with:
82-
fetch-depth: 0
82+
fetch-depth: 0 # Unlimited fetch depth. Required for getsentry/action-release.
8383
- uses: ./.github/actions/js/setup
8484
- name: 'build PD'
8585
env:
@@ -123,6 +123,8 @@ jobs:
123123
aws-region: us-east-2
124124
- name: 'Checkout Repository'
125125
uses: actions/checkout@v4
126+
with:
127+
fetch-depth: 0 # Unlimited fetch depth. Required for getsentry/action-release.
126128

127129
- uses: ./.github/actions/git/resolve-tag
128130

0 commit comments

Comments
 (0)