You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(workflow): publish-script should be publish:ci
The Publish workflow referenced 'release:ci' but package.json
defines 'publish:ci'. Every real release dispatch would have
failed with "script not found" — flagged in docs/release.md as a
hazard but never fixed until now.
Aligns with fleet convention (socket-sdk-js and socket-registry
both use 'publish:ci'). Updated docs/release.md to match the new
workflow value and generalized the hazards note so it warns about
"drift" in the generic sense instead of naming the old mismatch.
0 commit comments