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

@@ -34,7 +34,8 @@ jobs:
uses: ./.github/workflows/reusable-release.yml
with:
version_suffix: ${{ needs.prepare.outputs.version_suffix }}
dist_tag: dev
npm_package_name: "@neuralnomads/codenomad-dev"
dist_tag: latest
prerelease: true
release_ui: false
secrets: inherit