Skip to content

Commit

Permalink
[followup] Add setup-sbt in publish workflow (#978) (#984)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9902a3f)

Signed-off-by: Lantao Jin <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 321020d commit b9cb3cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snapshot-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
distribution: 'temurin'
java-version: 11

- name: Set up SBT
uses: sbt/setup-sbt@v1

- name: Publish to Local Maven
run: |
sbt standaloneCosmetic/publishM2
Expand Down

0 comments on commit b9cb3cd

Please sign in to comment.