Skip to content

Commit

Permalink
test sonatype access (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvavelosa authored Jun 19, 2024
1 parent be04b20 commit ca0a301
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ jobs:
mkdir -p ~/.sbt/gpg
echo "$GPG_PRIVATE_KEY_PASSPHRASE" | gpg --verbose --batch -a --export-secret-keys --pinentry-mode loopback --passphrase-fd 0 > ~/.sbt/gpg/secring.asc
- name: Test sonatype
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_OSSRH_USER }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_OSSRH_PASSWORD }}
run: |
sbt sonatypeOpen
sbt sonatypeDrop
- name: Publish package
env:
Expand Down

0 comments on commit ca0a301

Please sign in to comment.