Skip to content

Commit e9023d5

Browse files
use mainline version as baseline in ci (openai#8271)
1 parent ad41182 commit e9023d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
set -euo pipefail
3939
# Use a rust-release version that includes all native binaries.
40-
CODEX_VERSION=0.74.0-alpha.3
40+
CODEX_VERSION=0.74.0
4141
OUTPUT_DIR="${RUNNER_TEMP}"
4242
python3 ./scripts/stage_npm_packages.py \
4343
--release-version "$CODEX_VERSION" \

0 commit comments

Comments
 (0)