From ada2e224f8f217f1cc0eaf3fe59285b7be09cd8f Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 23 May 2023 14:55:40 +0800 Subject: [PATCH] ci: Fix release not contains incubating (#2292) Signed-off-by: Xuanwo --- scripts/README.md | 2 +- scripts/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 2eecd635b574..f26639e8e246 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -22,7 +22,7 @@ OPENDAL_VERSION=0.30.2 OPENDAL_VERSION_RC=rc1 ./scripts/release.sh ## Check ```shell -./scripts/check.sh apache-incubator-opendal-0.33.3-src.tar.gz +./scripts/check.sh apache-opendal-incubating-0.33.3-src.tar.gz ``` > Before running the check, please ensure that you have completed the following preparations. diff --git a/scripts/release.sh b/scripts/release.sh index ccf9993d2a18..f0646b17e470 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -39,7 +39,7 @@ echo "> Checkout version branch" git checkout -B "${git_branch}" echo "> Start package" -git archive --format=tar.gz --output="dist/apache-incubator-opendal-$release_version-src.tar.gz" --prefix="apache-incubator-opendal-$release_version-src/" "$git_branch" +git archive --format=tar.gz --output="dist/apache-opendal-incubating-$release_version-src.tar.gz" --prefix="apache-opendal-incubating-$release_version-src/" "$git_branch" cd dist echo "> Generate signature"