From f7c4d5ec5a366eba81fd00c759d83451fe219088 Mon Sep 17 00:00:00 2001 From: JingZhang Chen Date: Mon, 29 Jan 2024 21:05:59 +0800 Subject: [PATCH] update ci Signed-off-by: JingZhang Chen --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 223beb3..c46afa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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