Skip to content

Commit

Permalink
Testing configuration for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Jun 30, 2024
1 parent c29ddc7 commit 3901250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: coursier/cache-action@v6
- name: Setup GPG
run: |
echo "$GPG_PRIVATE_KEY" | gpg --import
echo "$GPG_PRIVATE_KEY" | gpg --batch --import
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

Expand All @@ -27,4 +27,4 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: sbt clean +test publishSigned sonatypeRelease
run: sbt clean +test +publishSigned sonatypeRelease

0 comments on commit 3901250

Please sign in to comment.