mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
chore: rust-release.yml should update the latest-alpha-cli branch
This commit is contained in:
6
.github/workflows/rust-release.yml
vendored
6
.github/workflows/rust-release.yml
vendored
@@ -219,3 +219,9 @@ jobs:
|
||||
with:
|
||||
tag: ${{ github.ref_name }}
|
||||
config: .github/dotslash-config.json
|
||||
|
||||
- name: Update latest-alpha-cli branch
|
||||
run: |
|
||||
set -euo pipefail
|
||||
git branch -f latest-alpha-cli "${GITHUB_REF_NAME}"
|
||||
git push origin latest-alpha-cli --force
|
||||
|
||||
Reference in New Issue
Block a user