Skip to content

Commit

Permalink
Merge pull request #32 from spcl/actions_quickfix
Browse files Browse the repository at this point in the history
Recursively checkout submodules for github actions publishing
  • Loading branch information
tbennun authored Apr 12, 2021
2 parents 3799455 + 7e07d90 commit 90f54c9
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 90f54c9

Please sign in to comment.