Skip to content

Commit 5c37aaf

Browse files
committed
fix: interpolation of shell variable
Signed-off-by: Chris Laprun <[email protected]>
1 parent 70c44b5 commit 5c37aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: |
147147
maven_profiles="${{ inputs.profiles }}"
148148
if [ "${{ inputs.branch }}" != "main" ]; then
149-
maven_profiles='${maven_profiles},use-snapshots'
149+
maven_profiles="${maven_profiles},use-snapshots"
150150
fi
151151
echo "Computed Maven profiles: ${maven_profiles}"
152152
echo "maven_profiles=${maven_profiles}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)