mirror of
https://github.com/4ier/notion-cli.git
synced 2026-09-14 20:17:00 +08:00
cbbb11b47f
- Pre-flight checks HOMEBREW_TAP_TOKEN and NPM_TOKEN are non-empty (catches empty-secret mistakes before anything runs) - npm publish step now runs whoami + publish --dry-run before real publish (catches auth failures at the same step, not mid-release) - Verify step polls npm view to confirm the version landed (fail fast if publish silently didn't work) Prevents the v0.4.0 ghost release where GitHub had the tag but npm didn't.