From 56a69cfae283c0cdc06e82f34d5ba4c8ad465714 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Wed, 19 May 2021 13:35:56 -0500 Subject: [PATCH] Add fetch depth 0 to fetch all existing tags (#65) --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85c54da..8f22b3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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: