Skip to content

Commit

Permalink
chore: execute package goal for dry-run release
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <[email protected]>
  • Loading branch information
amannocci committed Jan 30, 2024
1 parent 1a83544 commit 318fdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java -version
set +x
echo "--- Release the binaries to Maven Central :maven:"
if [[ "${dry_run}" == "true" ]] ; then
echo './mvnw -V -s .ci/settings.xml -Pgpg clean deploy --batch-mode'
./mvnw -V -s .ci/settings.xml -Pgpg clean package --batch-mode
else
./mvnw -V -s .ci/settings.xml -Pgpg clean deploy --batch-mode | tee release.txt
fi

0 comments on commit 318fdc4

Please sign in to comment.