Skip to content

Commit

Permalink
chore: add fetch-depth: 0 to checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Aug 12, 2022
1 parent a66aa8e commit 7484aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7484aa4

Please sign in to comment.