Releases: deployphp/action
Releases · deployphp/action
v1.0.23
What's Changed
- fix: check if options were passed as arguments by @20x-dz in #68
- feat: add support for specifying a recipe file path by @20x-dz in #67
- corrected exclamation mark by @jan-tricks in #69
- Fix Node.js 16 deprecation warning by @the-dijkstra in #79
- handle errors in dep, correctly catch missing url in version check by @piotrkwiecinski in #65
New Contributors
- @20x-dz made their first contribution in #68
- @jan-tricks made their first contribution in #69
- @the-dijkstra made their first contribution in #79
- @piotrkwiecinski made their first contribution in #65
Full Changelog: v1.0.22...v1.0.23
v1.0.12
handle errors in dep, correctly catch missing url in version check (#65) * handle errors in dep, correctly catch missing url in version check replace console.error with throw to handle dep error failures in main try/catch to mark job as failed in one place * add test action, prevent failure on empty options * fix conflict resolution
v1.0.22
v1.0.17
v1.0.16
v1.0.15
v1.0.14
v1.0.13
v1.0.11
v1.0.10: Mark job as failed on error (#14)
* fix: set failed on subprocess error * chore: update dependencies