This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch release-0.2.0
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git

commit a8aabbc22a835c2895f65577e9e67ca1dbf790f2
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Mon May 13 06:36:23 2024 +0000

    Fix failed release command
    
    Signed-off-by: Gao Hongtao <hanahm...@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9b3cbd2..ae812ce 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ release-src:
        --exclude .gitignore \
        --exclude .DS_Store \
        --exclude .github \
+       --exclude build \
        .
        mv build/$(RELEASE_SRC).tgz . && rm -rf build
 

Reply via email to