Skip to content

Commit 8b92436

Browse files
committed
Fix CI
1 parent d3846be commit 8b92436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
13-
- uses: olafurpg/setup-scala@v14
13+
- uses: sbt/setup-sbt@v1
1414
- run: sbt -Dsbt.io.jdktimestamps=true ci-release
1515
env:
1616
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)