Skip to content

Commit ba3fc63

Browse files
committed
Removed submodules recursive from workflows.
Signed-off-by: Skye Gill <[email protected]>
1 parent 75b482b commit ba3fc63

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/release-tag.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
with:
15-
submodules: recursive
1614
- name: Get the version
1715
id: get_version
1816
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

.github/workflows/release-workflow.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
with:
15-
submodules: recursive
1614
- name: Get the version
1715
id: get_version
1816
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)