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
ci: publish via pnpm when selected (#28)
Branch the npm-publish workflow's prepublishOnly and publish
steps on inputs.package-manager so pnpm callers actually run
pnpm publish instead of npm publish.
Dispatch via step-level `if:` rather than interpolating the
input value into the run: script, which would be a GitHub
Actions script-injection vector if a caller passed an
unexpected string.