From 08c8ce86503a8b81468ef98ca9b8bc00eb7d86a0 Mon Sep 17 00:00:00 2001 From: Dru Hill Date: Mon, 18 Dec 2023 12:21:46 +0000 Subject: [PATCH] chore: fix gpg key config options --- .github/workflows/semantic-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index b5a73069..b390ad8a 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -32,10 +32,10 @@ jobs: - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v6 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - git-user-signingkey: true - git-commit-gpgsign: true + git_user_signingkey: true + git_commit_gpgsign: true - name: Release package to public NPM registry run: npx semantic-release@19 --debug