ci: provision bash for the forgejo-release action

Run 11 built and uploaded everything; only the release step died on
alpine's missing bash.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jorijn van der Graaf 2026-08-08 21:52:46 +02:00
commit 3bc6e88249

View file

@ -22,9 +22,10 @@ jobs:
runs-on: pmos runs-on: pmos
timeout-minutes: 420 timeout-minutes: 420
steps: steps:
# actions/checkout & friends are Node actions; bare alpine has no node # actions/checkout & friends are Node actions; bare alpine has no node.
# bash: required by the forgejo-release composite action.
- name: Provision job container - name: Provision job container
run: apk add -q nodejs git run: apk add -q nodejs git bash
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4