chore(release): publish dev builds as codenomad-dev

Switch dev workflow to publish the server under @neuralnomads/codenomad-dev with dist-tag latest, avoiding @dev dist-tags. Add workflow input to override package name at publish time.
This commit is contained in:
Shantur Rathore
2026-02-13 00:39:14 +00:00
parent ffe991bbe4
commit ba418a8518
5 changed files with 28 additions and 4 deletions

View File

@@ -14,4 +14,5 @@ jobs:
uses: ./.github/workflows/reusable-release.yml
with:
dist_tag: latest
npm_package_name: "@neuralnomads/codenomad"
secrets: inherit