Skip to content

Commit

Permalink
fix: use new GPG key
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasssadar committed Mar 10, 2023
1 parent 229436c commit f70c27c
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 @@ -17,8 +17,8 @@ jobs:
run: sbt test
- name: Release
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET_NEW }}
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE_NEW }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: sbt ci-release

0 comments on commit f70c27c

Please sign in to comment.