Skip to content

Commit

Permalink
Add setup-sbt to publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
magro authored Dec 24, 2024
1 parent 87eccb4 commit ebc493f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Setup key
shell: bash
run: echo "${{ secrets.GPG_PRIVATE_KEY }}" > key.gpg && gpg --import key.gpg
- uses: sbt/setup-sbt@v1
- name: Publish
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit ebc493f

Please sign in to comment.