From 7583c324a0443d2aa718f1f996b98fbf3a641af2 Mon Sep 17 00:00:00 2001 From: Niels Bertram Date: Tue, 17 Oct 2023 07:26:34 +1000 Subject: [PATCH] try that again --- .github/workflows/maven-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-release.yaml b/.github/workflows/maven-release.yaml index 19dac71..9d1ecef 100644 --- a/.github/workflows/maven-release.yaml +++ b/.github/workflows/maven-release.yaml @@ -14,12 +14,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - run: echo '${{ env.GPG_SIGNING_KEY_ID }}' - name: Setup GPG Signing Key uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - fingerprint: ${{ env.GPG_SIGNING_KEY_ID }} + fingerprint: 985E1B6AEBD22EBD083E37FD02F5F7011164C342 # ${{ env.GPG_SIGNING_KEY_ID }} git_user_signingkey: true git_commit_gpgsign: true git_config_global: true