Skip to content

Commit eef361f

Browse files
committed
Add missing setup-sbt calls
1 parent 540f2ad commit eef361f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
with:
5959
java-version: 11
6060
distribution: temurin
61+
- uses: actions/setup-sbt@v1
6162
- uses: actions/setup-node@v4
6263
with:
6364
node-version: '12.x'
@@ -87,6 +88,7 @@ jobs:
8788
with:
8889
java-version: 8
8990
distribution: temurin
91+
- uses: actions/setup-sbt@v1
9092
- run: |
9193
sbt scalapbcJVM2_12/universal:packageBin
9294
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)