mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-03-25 00:00:14 +08:00
The publish script was catching errors and logging them but exiting with code 0, causing the CI workflow to show green even when publishing failed. Now calls process.exit(1) on publish failure.