We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7eb320 commit 7108a76Copy full SHA for 7108a76
.github/workflows/publish.yml
@@ -796,7 +796,7 @@ jobs:
796
- name: Detect branch name
797
id: detect_branch
798
run: |
799
- GIT_BRANCHES=$(git branch -r --contains ${{ github.ref_name }})
+ GIT_BRANCHES=$(git branch -r --contains "${{ github.ref_name }}")
800
echo "Git contains: $GIT_BRANCHES"
801
802
BRANCH="$(echo ${GIT_BRANCHES//origin\//} | tr -d '\n')"
0 commit comments