Skip to content

Commit 2361b66

Browse files
Fetch all tags in release workflow
1 parent bcc8700 commit 2361b66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
# Fetch all commits, used by sbt-dynver plugin to determine version
1313
fetch-depth: 0
14+
# Fetch all tags
15+
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1416
- uses: olafurpg/setup-scala@v7
1517
with:
1618
java-version: openjdk@1.11

0 commit comments

Comments
 (0)