Skip to content

Commit 00460f5

Browse files
authored
Merge pull request #426 from ptrdom/fix-release
Fix release version numbering
2 parents 2943189 + dc58850 commit 00460f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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+
# fetches all tags, required to correctly set the version
13+
fetch-depth: 0
1114
- uses: olafurpg/setup-scala@v12
1215
- uses: olafurpg/setup-gpg@v3
1316
- uses: coursier/cache-action@v5

0 commit comments

Comments
 (0)