From e6ca3cb267ce95018da914933abde7dea0946c0d Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Wed, 14 Dec 2022 23:18:30 +0000 Subject: [PATCH] Fix gpg --- .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 274d1d6a..26371c91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -256,7 +256,7 @@ jobs: uses: crazy-max/ghaction-import-gpg@v5.2.0 if: startsWith(github.ref, 'refs/tags/v') with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} #passphrase: ${{ secrets.PASSPHRASE }} - name: Get tag_name id: tag_name