fix(release): use correct package name 'llmx' instead of '@valknar/llmx'

The build_npm_package.py script only accepts specific package choices:
'llmx', 'llmx-responses-api-proxy', 'llmx-sdk'. The scoped package name
'@valknar/llmx' is not a valid choice.

The package name 'llmx' is the correct identifier used internally by the
build system, which then produces the scoped npm package.
This commit is contained in:
Sebastian Krüger
2025-11-13 04:34:24 +01:00
parent f3a1034d5d
commit 91ce3a3838

View File

@@ -445,7 +445,7 @@ jobs:
run: |
./scripts/stage_npm_packages.py \
--release-version "${{ steps.release_name.outputs.name }}" \
--package @valknar/llmx
--package llmx
- name: Create GitHub Release
uses: softprops/action-gh-release@v2