Skip to content

Commit f68b486

Browse files
committed
fix(ci): echo instead of yml comment which breaks syntax
Signed-off-by: Chris Laprun <[email protected]>
1 parent ba1b41a commit f68b486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "quarkus-platform update will target ${quarkus_platform_branch}"
7878
echo "Check if quarkus-platform also needs to be updated on main"
7979
if [ "${{ github.base_ref }}" = "main" ]; then
80-
# assume that if the PR targets main, then we also need to update quarkus-platform main
80+
echo "PR targes main so assume quarkus-platform main also needs to be updated"
8181
echo "need_main_pr=true" >> $GITHUB_OUTPUT
8282
else
8383
echo "No need for PR on quarkus-platform main"

0 commit comments

Comments
 (0)