This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch jira2150 in repository https://gitbox.apache.org/repos/asf/ratis.git
commit cefe04aba0dcfab60ec4b4b9f239cbcbea8c418a Author: OneSizeFitQuorum <[email protected]> AuthorDate: Wed Sep 4 10:42:51 2024 +0800 fix Signed-off-by: OneSizeFitQuorum <[email protected]> --- dev-support/make_rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh index 64a6d3d41..fa6a2662a 100755 --- a/dev-support/make_rc.sh +++ b/dev-support/make_rc.sh @@ -147,7 +147,7 @@ publish-svn() { publish-mvn(){ cd "$projectdir" - mvnFun -X clean deploy assembly:single -DskipTests=true -Prelease -Papache-release -Dgpg.keyname="${CODESIGNINGKEY}" + mvnFun -X clean deploy -DskipTests=true -Prelease -Papache-release -Dgpg.keyname="${CODESIGNINGKEY}" } if [ "$#" -ne 1 ]; then
