From 72e51693fd67becc4a49229cc7fe9cb643974463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rib=C3=B3?= Date: Mon, 8 Jul 2024 18:44:36 +0200 Subject: [PATCH] fix: fix wrong variable names which should use _ not - (#177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Javier RiboĢ --- .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 27f22f138..029045337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,10 +92,10 @@ jobs: - uses: crazy-max/ghaction-import-gpg@v5 id: import_gpg with: - gpg-private-key: ${{ secrets.HYP_BOT_GPG_PRIVATE }} + gpg_private_key: ${{ secrets.HYP_BOT_GPG_PRIVATE }} passphrase: ${{ secrets.HYP_BOT_GPG_PASSWORD }} - git-user-signingkey: true - git-commit-gpgsign: true + git_user_signingkey: true + git_commit_gpgsign: true git_config_global: true git_tag_gpgsign: true