Skip to content

Commit

Permalink
Merge pull request #363 from cquiroz/gpg
Browse files Browse the repository at this point in the history
Don't setup gpg
  • Loading branch information
cquiroz committed Mar 3, 2022
2 parents 6ff9fd6 + 790dff1 commit 2b98c41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-gpg@v3
- name: Publish
run: |
sbt clean ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 comments on commit 2b98c41

Please sign in to comment.