Skip to content

Commit

Permalink
ci: Fix release not contains incubating (#2292)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed May 23, 2023
1 parent 003ef81 commit ada2e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ada2e22

Please sign in to comment.