Skip to content

Commit 67c085f

Browse files
committed
Pass build args to Maven directly if deployment is skipped [skip ci]
1 parent b93c278 commit 67c085f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
build_goals=()
101101
if [[ '${{ inputs.skip-deploy }}' ]]; then
102102
build_goals+=("clean" "package" "javadoc:jar")
103+
build_goals+=("${build_args[@]}")
103104
else
104105
build_goals+=("release:prepare" "release:perform")
105106
fi

0 commit comments

Comments
 (0)