Skip to content

Commit

Permalink
chore: update widget.config.json with new global package ID
Browse files Browse the repository at this point in the history
  • Loading branch information
xukecheng committed Dec 14, 2023
1 parent 370dbcb commit 9687084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9687084

Please sign in to comment.