Use GITHUB_HEAD_REF

This commit is contained in:
Dave Allie
2026-02-06 03:49:00 +11:00
parent 7097543395
commit 05353a2ef1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ jobs:
- name: Extract env
run: |
echo "SHORT_SHA=${GITHUB_SHA::6}" >> $GITHUB_ENV
echo "BRANCH_SUFFIX=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
echo "BRANCH_SUFFIX=${GITHUB_HEAD_REF#release/}" >> $GITHUB_ENV
- name: Build CrossPoint Release Candidate
env: