diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b13c195..ee856d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 - env: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2