Skip to content

Commit

Permalink
Add fetch depth 0 to fetch all existing tags (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christewart committed May 19, 2021
1 parent eed2f3d commit 56a69cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
Expand Down Expand Up @@ -116,6 +118,8 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
Expand Down

0 comments on commit 56a69cf

Please sign in to comment.