From 8cb1a77099b4b1c85c67945ca8341c86273cd643 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Wed, 3 Aug 2022 13:46:10 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be4839042d5..2024d7deca7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: server-id: ossrh server-username: CI_DEPLOY_USERNAME server-password: CI_DEPLOY_PASSWORD - gpg-private-key: ${{ secrets.GPG_PASSPHRASE }} + gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - name: Bump Version Number