Skip to content

v0.12.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 01:32
· 2 commits to master since this release
v0.12.2
58ace23

Fixed

  • runner completions now detects PowerShell when $SHELL is unset or
    unrecognized by falling back to the presence of $PSModulePath, which
    pwsh exports on every platform (it never sets $SHELL). A recognized
    $SHELL still takes precedence, so a pwsh session launched from bash
    keeps completing for the login shell. Previously bare
    runner completions always errored under pwsh.

Full Changelog: v0.12.1...v0.12.2