From f87470c95855fd4e920df68c1c9b54480bd7cb1b Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 6 Dec 2024 09:42:40 +0100 Subject: [PATCH] Update release.yml Signed-off-by: Stian Thorgersen --- .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 9c4d971a..788ab346 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,9 +39,9 @@ jobs: - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v6 - env: - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} - PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Get tag name id: get_tag_name