Skip to content

Commit

Permalink
chore: fix submodule missing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Dec 7, 2023
1 parent 4d87d02 commit d2a9524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit d2a9524

Please sign in to comment.