fix: install bash in publish step (node:alpine lacks bash)
All checks were successful
continuous-integration/drone/push Build is passing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 23:49:59 +03:00
parent 71eecbb7c7
commit e2a2a15087

View File

@ -44,6 +44,7 @@ steps:
GITEA_TOKEN: GITEA_TOKEN:
from_secret: GITEA_TOKEN from_secret: GITEA_TOKEN
commands: commands:
- apk add --no-cache bash
- bash .ci/scripts/publish-lib.sh - bash .ci/scripts/publish-lib.sh
trigger: trigger: