Skip to content

Commit

Permalink
Recursively checkout submodules for github actions publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Apr 12, 2021
1 parent 3799455 commit 7e07d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
# Check out the extension under $GITHUB_WORKSPACE.
- uses: actions/checkout@v2
with:
submodules: recursive
# Install packages.
- name: Install packages
run: npm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
# Check out the extension under $GITHUB_WORKSPACE.
- uses: actions/checkout@v2
with:
submodules: recursive
# Install packages.
- name: Install packages
run: npm install
Expand Down

0 comments on commit 7e07d90

Please sign in to comment.