From 269d56debf8809ddacb8220ce92294c35019571b Mon Sep 17 00:00:00 2001 From: Bogdans Ozerkins Date: Wed, 8 May 2024 20:41:17 -0700 Subject: [PATCH] update GPG releaser parameters --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c5732b..fdd8a10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,9 +33,9 @@ jobs: name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v6.1.0 - env: - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} - PASSPHRASE: ${{ secrets.PASSPHRASE }} + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2.7.0