From 0d42d9f0f7bb8ca6a818970465cb0a14c876a7f0 Mon Sep 17 00:00:00 2001 From: HKF1977 <30370005+HKF1977@users.noreply.github.com> Date: Sun, 16 Oct 2022 20:02:21 +0100 Subject: [PATCH] Update release.yml Signed-off-by: HKF1977 <30370005+HKF1977@users.noreply.github.com> --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 041d313..864cc23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,11 +35,11 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 - env: + uses: crazy-max/ghaction-import-gpg@v5.0.0 + with: # These secrets will need to be configured for the repository: - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} - PASSPHRASE: ${{ secrets.PASSPHRASE }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3.0.0