Skip to content

Commit d51e459

Browse files
committed
dont fetch submodules for tags in update workflow
1 parent 4b2fc55 commit d51e459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-nghttp2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Fetch tags for submodule
2424
run: |
2525
cd nghttp2
26-
git fetch --tags
26+
git fetch --tags --no-recurse-submodules
2727
cd ..
2828
2929
- name: Get latest nghttp2 release

0 commit comments

Comments
 (0)