Skip to content

Commit bcc8700

Browse files
Fetch all commits in release workflow
1 parent 83bddb3 commit bcc8700

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
with:
12+
# Fetch all commits, used by sbt-dynver plugin to determine version
13+
fetch-depth: 0
1114
- uses: olafurpg/setup-scala@v7
1215
with:
1316
java-version: openjdk@1.11

0 commit comments

Comments
 (0)