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 fa2a6cf commit 7a5abbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lfs: false
- name: Build and Publish
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}
SONATYPE_USER: '${{ secrets.SONATYPE_USER }}'
SONATYPE_PASS: '${{ secrets.SONATYPE_PASS }}'
run: sbt compile publish

0 comments on commit 7a5abbd

Please sign in to comment.