Skip to content

Commit 40fb086

Browse files
Add setup-sbt to all workflows
1 parent 6925437 commit 40fb086

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/mdoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
distribution: 'temurin'
1616
java-version: 11
1717
cache: 'sbt'
18+
- uses: sbt/setup-sbt@v1
1819
- run: sbt docs/docusaurusPublishGhpages
1920
env:
2021
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}

.github/workflows/release-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
distribution: 'temurin'
1717
java-version: 8
1818
cache: 'sbt'
19+
- uses: sbt/setup-sbt@v1
1920
- uses: docker/setup-buildx-action@v1
2021
- name: Login to DockerHub
2122
uses: docker/login-action@v1

.github/workflows/release-maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
distribution: 'temurin'
1616
java-version: 8
1717
cache: 'sbt'
18+
- uses: sbt/setup-sbt@v1
1819
- name: Publish ${{ github.ref }}
1920
run: sbt ci-release
2021
env:

.github/workflows/sourcegraph.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
java-version: 8
2222
cache: "sbt"
2323

24+
- uses: sbt/setup-sbt@v1
25+
2426
- name: Publish CLI locally
2527
run: sbt publishLocal dumpScipJavaVersion
2628

0 commit comments

Comments
 (0)