Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Signed-off-by: JingZhang Chen <iRoiocam@gmail.com>
  • Loading branch information
Roiocam committed Jan 29, 2024
1 parent 79e07df commit f7c4d5e
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 @@ -86,10 +86,13 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Setup PGP SECRET
run: export PGP_SECRET=$(echo ${{ secrets.PGP_SECRET }} | base64 -d)

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

0 comments on commit f7c4d5e

Please sign in to comment.