From c8b8c85df4f502ec41ee67f75e7ed009a19dfc3f Mon Sep 17 00:00:00 2001 From: Florian Hussonnois Date: Tue, 5 Sep 2023 17:49:01 +0200 Subject: [PATCH] ci: update release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 493f3cbd5..d103790e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,6 +177,9 @@ jobs: - name: 'Release with JReleaser' env: JRELEASER_GITHUB_TOKEN: ${{ secrets.PAT }} + JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }} + JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_KEY }} run: ./mvnw -ntp -B --file ./jikkou-cli/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release - name: 'JReleaser output'