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 }}