From 1dddcd92f07d1121d2ac6ac77aad3bf7926b4b52 Mon Sep 17 00:00:00 2001 From: hirosassa Date: Thu, 8 Sep 2022 08:08:02 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 716c4f4..4e390d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,6 @@ jobs: id: import_gpg uses: crazy-max/ghaction-import-gpg@v5.0.0 with: - env: # These secrets will need to be configured for the repository: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}