From 81fb090d394110d3b186d89a1fe987f68c78b6c9 Mon Sep 17 00:00:00 2001 From: "bracha.yalon" Date: Tue, 2 Jul 2024 20:33:54 +0300 Subject: [PATCH] releaser: move from node 16 to node 20 --- .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 0f0c6d37..d5382a5d 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 - 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@v6