Skip to content

Commit 442eef4

Browse files
committed
Update workflow
1 parent d90e1d2 commit 442eef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
fetch-depth: 0
1717
- uses: olafurpg/setup-scala@v10
1818
- uses: olafurpg/setup-gpg@v3
19-
- run: sbt ci-release
19+
- run: |
20+
git fetch --tags
21+
sbt ci-release
2022
env:
2123
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2224
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)