From 6b921a99efc567317ed805146da299f828e9befd Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Fri, 28 Feb 2025 08:51:13 -0800 Subject: [PATCH] fix(ci): use camelcase for params --- .github/workflows/actions/publish-npm/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions/publish-npm/action.yml b/.github/workflows/actions/publish-npm/action.yml index 5eb2190..c45a39d 100644 --- a/.github/workflows/actions/publish-npm/action.yml +++ b/.github/workflows/actions/publish-npm/action.yml @@ -69,10 +69,10 @@ runs: if: inputs.tag == 'latest' uses: ncipollo/release-action@v1 with: - body_path: CHANGELOG.md - generate_release_notes: true - make_latest: true - tag_name: ${{ steps.package-version.outputs.PKG_JSON_VERSION }} + bodyPath: CHANGELOG.md + generateReleaseNotes: true + makeLatest: true + tagName: ${{ steps.package-version.outputs.PKG_JSON_VERSION }} # Log the git diff for easy debugging - name: Log Generated Changes