Workaround for issue 2708 (#2709)

* Workaround for issue 2708

* Fix release.yml as well
This commit is contained in:
Chris Stewart 2021-02-22 09:08:52 -06:00 committed by GitHub
parent 1a2ddf6a0d
commit 203b45c140
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Check Out Repo
uses: actions/checkout@v2.3.4
with:
fetch-depth: 500
fetch-depth: 0
- name: Login to Docker Hub
uses: docker/login-action@v1
with:

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 500
fetch-depth: 0
- uses: olafurpg/setup-scala@v10
- uses: olafurpg/setup-gpg@v3
- run: sbt ci-release docs/publishWebsite