Skip to content

Commit

Permalink
chore: Increasing fetch-depth for the release workflow (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland authored Aug 28, 2023
1 parent 936b38f commit 9d6fa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
fetch-depth: 10
fetch-depth: 100
token: ${{steps.retrieve-token.outputs.token}}

- name: Setup Ruby
Expand Down

0 comments on commit 9d6fa8b

Please sign in to comment.