Skip to content

Commit 234f128

Browse files
committed
fix changelist command line argument
1 parent 78b617b commit 234f128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "${{ secrets.BOOT_URLS_ENCODING_KEY }}" > $HOME/plugin-providers/config-key.properties
2828
CHANGELIST=
2929
if [[ -z "${INSTALLER_SUFFIX}" ]]; then
30-
CHANGELIST=$INSTALLER_SUFFIX
30+
CHANGELIST="-Dchangelist=$INSTALLER_SUFFIX"
3131
fi
3232
mvn -B $CHANGELIST clean install
3333
mvn -B $CHANGELIST -P compressXZ -f weasis-distributions clean package

0 commit comments

Comments
 (0)