Skip to content

Commit 9d6fa8b

Browse files
authored
chore: Increasing fetch-depth for the release workflow (#3182)
1 parent 936b38f commit 9d6fa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout repo
6262
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
6363
with:
64-
fetch-depth: 10
64+
fetch-depth: 100
6565
token: ${{steps.retrieve-token.outputs.token}}
6666

6767
- name: Setup Ruby

0 commit comments

Comments
 (0)