Skip to content

Commit

Permalink
Use fetch-depth: 0 when publishing (#8830)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou committed May 9, 2024
1 parent 998f6ed commit 215c3e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ jobs:
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand All @@ -304,6 +306,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/download-artifact@v3
with:
name: website-artifact
Expand Down

0 comments on commit 215c3e4

Please sign in to comment.