From 0d21e35b5f1a5318baec4ace7549b4993c2fad91 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 15 May 2024 17:20:56 -0500 Subject: [PATCH] Fix 'Import GPG key' step in release job --- .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 324386de..6ca8be16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: uses: crazy-max/ghaction-import-gpg@v6 with: # These secrets will need to be configured for the repository: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser