Skip to content

Commit

Permalink
Update auto-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue authored Nov 29, 2022
1 parent 887eb33 commit 2f76e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fi
echo "YBranchName=${YBranchName}"
if [ -n "$YBranchName" ] ; then
echo "RUN_YBranchName=${GITHUB_REF##*/}" >> $GITHUB_ENV
echo "RUN_YBranchName=${YBranchName}" >> $GITHUB_ENV
else
echo "error, failed to find y branch"
exit 1
Expand Down

0 comments on commit 2f76e1a

Please sign in to comment.