Skip to content

Commit 7108a76

Browse files
committed
chore: tmp
1 parent e7eb320 commit 7108a76

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
@@ -796,7 +796,7 @@ jobs:
796796
- name: Detect branch name
797797
id: detect_branch
798798
run: |
799-
GIT_BRANCHES=$(git branch -r --contains ${{ github.ref_name }})
799+
GIT_BRANCHES=$(git branch -r --contains "${{ github.ref_name }}")
800800
echo "Git contains: $GIT_BRANCHES"
801801
802802
BRANCH="$(echo ${GIT_BRANCHES//origin\//} | tr -d '\n')"

0 commit comments

Comments
 (0)