From 576fe03e2bf3f219005b4b15f70d78318289ed21 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 1 Oct 2025 18:34:36 +0800 Subject: [PATCH] ci: pubish remove --provenance (#22402) --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index bb2dd22311..ea87730a6c 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -8,7 +8,7 @@ pnpm update:version pnpm build cd dist/element-plus -npm publish --provenance +npm publish cd - cd internal/eslint-config