Skip to content

Commit

Permalink
feat: use tidb http
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 committed Apr 22, 2024
1 parent 70d46c6 commit 20ce22d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: checkout submodules
run: git submodule update --init --recursive

- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Deploy Project Artifacts to Vercel
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: checkout submodules
run: git submodule update --init --recursive
submodules: recursive

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 20ce22d

Please sign in to comment.