Use GITHUB_HEAD_REF

This commit is contained in:
Dave Allie
2026-02-06 03:49:00 +11:00
parent 91777a9023
commit 211153fcd5
2 changed files with 3 additions and 3 deletions

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: