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