Skip to content

Commit

Permalink
add default dash sign
Browse files Browse the repository at this point in the history
  • Loading branch information
mriss committed Nov 29, 2023
1 parent a687de6 commit caf7387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "${{ secrets.BOOT_URLS_ENCODING_KEY }}" > $HOME/plugin-providers/config-key.properties
CHANGELIST=
if [[ -z "${INSTALLER_SUFFIX}" ]]; then
CHANGELIST="-Dchangelist=$INSTALLER_SUFFIX"
CHANGELIST="-Dchangelist=-$INSTALLER_SUFFIX"
fi
mvn -B $CHANGELIST clean install
mvn -B $CHANGELIST -P compressXZ -f weasis-distributions clean package
Expand Down

0 comments on commit caf7387

Please sign in to comment.