Fixes
- Fix non-zero exit codes were not being passed along, always resulting in
0
(#17) - Processes erroring should exit, not reject (#17)
- Fix bug where environment variables were not getting passed along (e.g.,
NODE_AUTH_TOKEN
) (#17)
Chores
- Chore: Additional documentation for publishing on Actions (d2c8d6c)