Skip to content

0.15.0 (2024-03-18)

Compare
Choose a tag to compare
@dbanty dbanty released this 18 Mar 02:28
· 402 commits to main since this release
13e64f8

Breaking Changes

Don't run Command steps in shell

The Command step no longer attempts to run the command in a default shell for the detected operating system.
This fixes a compatibility issue with Windows.

If this change doesn't work for your workflow, please open an issue describing your need so we can fix it.

Notably, using && in a command (as was the case for some default workflows) will no longer work. Instead, split this
into multiple Command steps.

PR #919 closes issue #918. Thanks for reporting @alex-way!