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 b6ea53e commit 02f0904Copy full SHA for 02f0904
.github/workflows/publish.yml
@@ -799,7 +799,7 @@ jobs:
799
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')"
+ BRANCH="$(echo "${GIT_BRANCHES//origin\//}" | tr -d '\n')"
803
804
if [[ -z "$BRANCH" ]]; then
805
echo "Error: Could not detect branch name. Most likely this is that commit for tag is not pushed yet."
0 commit comments