voidzero-dev/Publish preview packages to the registry bridge

Pack locally built package directories and publish them, plus their integrity, to the pkg-pr-registry-bridge as the synthetic commit version. Packs with `pnpm pack` (resolving workspace:/catalog: specs), so run pnpm/action-setup and `pnpm install` first. Runs the CPU-heavy work in CI so the Worker only serves. No pkg.pr.new involvement.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
shaThe commit sha to publish (a 7-40 hex sha, or commit.<sha>).yes
packagesPackage directories to publish, newline- or comma-separated, relative to the workspace. A trailing "/*" expands to every direct subdirectory containing a package.json (e.g. packages/cli/npm/*). Pass the same directories a registry publish would cover; deps between them are pinned to the synthetic version. Defaults to the vite-plus layout (packages/cli, packages/core, packages/prompts, packages/cli/npm/*, packages/cli/cli-npm/*); the authoritative default lives in the action.no
bridge-urlBase URL of the registry bridge.nohttps://registry-bridge.viteplus.dev
admin-tokenBridge ADMIN_TOKEN (store as a secret).yes
pr-urlURL of the source pull request, surfaced by /-/refs. Optional: pass github.event.pull_request.html_url on pull_request runs; leave empty on push/commit runs.no
workspace-packagesAllowlist (comma-separated exact names or prefix* patterns).novite-plus,@voidzero-dev/vite-plus-*
namedescription
versionThe synthetic version published (0.0.0-commit.<sha>).