Skip to content

Commit

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

0 comments on commit 00fb4fa

Please sign in to comment.