Skip to content

Commit

Permalink
Fix checkout on release (zio#9142)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou authored Aug 24, 2024
1 parent c16f288 commit e5341e1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
with:
fetch-depth: 1000
fetch-tags: true
fetch-depth: 0
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -80,8 +79,7 @@ jobs:
- name: Checkout Current Branch
uses: actions/[email protected]
with:
fetch-depth: 1000
fetch-tags: true
fetch-depth: 0
- name: Setup Scala and Java
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -251,8 +249,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
with:
fetch-depth: 1000
fetch-tags: true
fetch-depth: 0
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -276,8 +273,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 1000
fetch-tags: true
fetch-depth: 0
- uses: actions/download-artifact@v3
with:
name: website-artifact
Expand Down

0 comments on commit e5341e1

Please sign in to comment.