Skip to content

Commit

Permalink
Add setup-sbt to all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Oct 16, 2024
1 parent 6925437 commit 40fb086
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
distribution: 'temurin'
java-version: 11
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- run: sbt docs/docusaurusPublishGhpages
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
distribution: 'temurin'
java-version: 8
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
distribution: 'temurin'
java-version: 8
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sourcegraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
java-version: 8
cache: "sbt"

- uses: sbt/setup-sbt@v1

- name: Publish CLI locally
run: sbt publishLocal dumpScipJavaVersion

Expand Down

0 comments on commit 40fb086

Please sign in to comment.