chore: rust-release.yml should update the latest-alpha-cli branch

This commit is contained in:
Michael Bolin
2025-09-10 23:09:30 -07:00
parent 162e1235a8
commit a3e6ccf32f

View File

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