Skip to content

Commit 02f0904

Browse files
committed
chore: tmp
1 parent b6ea53e commit 02f0904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ jobs:
799799
GIT_BRANCHES=$(git branch -r --contains ${{ github.ref_name }})
800800
echo "Git contains: $GIT_BRANCHES"
801801
802-
BRANCH="$(echo ${GIT_BRANCHES//origin\//} | tr -d '\n')"
802+
BRANCH="$(echo "${GIT_BRANCHES//origin\//}" | tr -d '\n')"
803803
804804
if [[ -z "$BRANCH" ]]; then
805805
echo "Error: Could not detect branch name. Most likely this is that commit for tag is not pushed yet."

0 commit comments

Comments
 (0)