Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCaso authored Jul 10, 2023
1 parent e756434 commit dde5b55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
node-version: "18.x"
- name: Initialize submodules
run: git submodule update --remote
run: |
git submodule update --init --recursive
git submodule update --remote
- name: Publish
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit dde5b55

Please sign in to comment.