chore(release): 5.1.2 (#1727)

This commit is contained in:
Tom Hu
2024-12-18 15:44:32 -03:00
committed by GitHub
parent 277db52c20
commit 1e68e06f1d
3 changed files with 19 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ runs:
run: |
if [ -z "$CC_BRANCH" ] && [ -z "$CC_TOKEN" ] && [ "$CC_FORK" == 'true' ]
then
echo -e "\033[0;32m==>\033[0m Fork detected, tokenless uploading used"
echo -e "\033[0;32m==>\033[0m Fork detected, setting branch to $GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
TOKENLESS="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
CC_BRANCH="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
echo "TOKENLESS=$TOKENLESS" >> "$GITHUB_ENV"