Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfBedlam committed Jun 22, 2022
1 parent 00fb4fa commit fa2a6cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
uses: actions/checkout@v2
with:
lfs: false
- name: Build
- name: Build and Publish
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}
run: sbt compile
- name: Publish
run: sbt publish
run: sbt compile publish

0 comments on commit fa2a6cf

Please sign in to comment.