• v1.0.0 8d88363583

    Fix release deploy: use bash for the deploy step's set -o pipefail
    CI / test (push) Successful in 3m14s
    Release / test (push) Successful in 3m10s
    Release / build-and-deploy (push) Successful in 43s

    maro released this 2026-08-25 23:13:45 +00:00 | 2 commits to main since this release

    Gitea Actions runs run: steps with sh by default, which doesn't
    support bash's set -o pipefail ("Illegal option -o pipefail",
    exit 2). node:22-bookworm-slim (Debian) includes bash, so declaring
    shell: bash for this step fixes it without changing the base image.

    Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

    Downloads