Skip to content

Commit

Permalink
remove submodules from checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverguy25 committed May 31, 2024
1 parent 7aaf2aa commit fa2032f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/stage-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
submodules: true


- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -66,8 +64,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
submodules: true

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit fa2032f

Please sign in to comment.