From 96870840a85ce9c7028e28e86f300484e8fe3ba1 Mon Sep 17 00:00:00 2001 From: xukecheng Date: Thu, 14 Dec 2023 01:05:54 -0500 Subject: [PATCH] chore: update widget.config.json with new global package ID --- .github/workflows/submit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index e64ccdb..d0166a7 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -45,6 +45,8 @@ jobs: run: | echo "Modify widget.config.json" sed -i "s/\"globalPackageId\": \"[a-zA-Z0-9]*\"/\"globalPackageId\": \"${{ secrets.DEVELOP_PACKAGE_ID }}\"/g" widget.config.json + git config user.email "dev@apitable.com" + git config user.name "APItable" git add widget.config.json git commit -m "Modify widget.config.json"