From db7d96a546938e505e9f14af8e195c598a0f7be3 Mon Sep 17 00:00:00 2001 From: Jens Date: Thu, 30 Jul 2026 02:13:26 +0200 Subject: [PATCH] Fix release verification invocation --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index e6d7b7f..6794246 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Verify release - run: ./scripts/codex_verify.sh + run: bash ./scripts/codex_verify.sh - name: Build immutable image env: REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}