-
Fix release deploy: use bash for the deploy step's set -o pipefail
released this
2026-08-25 23:13:45 +00:00 | 2 commits to main since this releaseGitea Actions runs
run:steps withshby default, which doesn't
support bash'sset -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