mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Workaround for issue 2708 (#2709)
* Workaround for issue 2708 * Fix release.yml as well
This commit is contained in:
parent
1a2ddf6a0d
commit
203b45c140
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user