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 ba1b41a commit f68b486Copy full SHA for f68b486
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
echo "quarkus-platform update will target ${quarkus_platform_branch}"
78
echo "Check if quarkus-platform also needs to be updated on main"
79
if [ "${{ github.base_ref }}" = "main" ]; then
80
-# assume that if the PR targets main, then we also need to update quarkus-platform main
+ echo "PR targes main so assume quarkus-platform main also needs to be updated"
81
echo "need_main_pr=true" >> $GITHUB_OUTPUT
82
else
83
echo "No need for PR on quarkus-platform main"
0 commit comments