Fix release verification invocation
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user