Skip to content

Commit 34acafe

Browse files
peelAlexBenny
authored andcommitted
Install sbt for release tasks
1 parent f4fbb29 commit 34acafe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
uses: actions/setup-java@v1
7373
with:
7474
java-version: 11
75-
75+
- name: Install sbt
76+
uses: sbt/setup-sbt@v1
7677
- name: Get current version
7778
id: ver
7879
run: |
@@ -162,6 +163,8 @@ jobs:
162163
uses: actions/setup-java@v1
163164
with:
164165
java-version: 11
166+
- name: Install sbt
167+
uses: sbt/setup-sbt@v1
165168
- name: Get current version
166169
id: ver
167170
run: |

0 commit comments

Comments
 (0)