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 46c42ce commit 97f4483Copy full SHA for 97f4483
.github/workflows/release.yml
@@ -38,8 +38,9 @@ jobs:
38
echo "exactly one branch required to release clouddriver, but there are $NUM_BRANCHES ($BRANCHES)"
39
exit 1
40
fi
41
- echo "exactly one branch ($BRANCHES)"
42
- echo BRANCH=$BRANCHES >> $GITHUB_ENV
+ BRANCH=$(echo $BRANCHES | xargs)
+ echo "exactly one branch ($BRANCH)"
43
+ echo BRANCH="$BRANCH" >> $GITHUB_ENV
44
- name: Set up QEMU
45
uses: docker/setup-qemu-action@v3
46
- name: Set up Docker Buildx
0 commit comments