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