From b9050979df092ac3caf2305ec0c38a8ac6c88f6e Mon Sep 17 00:00:00 2001 From: Kazumichi Yamamoto Date: Tue, 2 Aug 2022 11:44:06 +0900 Subject: [PATCH] =?UTF-8?q?crazy-max/ghaction-import-gpg@v5=E3=81=A7?= =?UTF-8?q?=E3=81=AE=E3=83=91=E3=83=A9=E3=83=A1=E3=83=BC=E3=82=BF=E5=90=8D?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=AF=BE=E5=BF=9C=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e075c97..73e9bfe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,10 +26,10 @@ jobs: id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} - git-user-signingkey: true - git-commit-gpgsign: true + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} + git_user_signingkey: true + git_commit_gpgsign: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3