Skip to content

Commit

Permalink
set fetch depth to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 6, 2024
1 parent 6ff1eae commit 2789c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: '0'

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
Expand Down

0 comments on commit 2789c29

Please sign in to comment.