diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 237d6f2..c97d073 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -38,7 +38,7 @@ jobs: id: import_gpg uses: crazy-max/ghaction-import-gpg@v6 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Setup git configuration