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