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 70c44b5 commit 5c37aafCopy full SHA for 5c37aaf
.github/workflows/build-for-quarkus-version.yml
@@ -146,7 +146,7 @@ jobs:
146
run: |
147
maven_profiles="${{ inputs.profiles }}"
148
if [ "${{ inputs.branch }}" != "main" ]; then
149
- maven_profiles='${maven_profiles},use-snapshots'
+ maven_profiles="${maven_profiles},use-snapshots"
150
fi
151
echo "Computed Maven profiles: ${maven_profiles}"
152
echo "maven_profiles=${maven_profiles}" >> $GITHUB_OUTPUT
0 commit comments