Skip to content

Commit

Permalink
fix(ci): use camelcase for params
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 28, 2025
1 parent e9a43d5 commit 6b921a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b921a9

Please sign in to comment.