Skip to content

Commit

Permalink
setting up gpg 1.4 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai committed Nov 7, 2024
1 parent da36f63 commit a3efa81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,13 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Install gpg v1.4
uses: olafurpg/setup-gpg@v3

- name: Publish project
run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: sbt ci-release

0 comments on commit a3efa81

Please sign in to comment.