Skip to content

Commit 4b2fc55

Browse files
committed
Fetch submodule tags in update workflow
1 parent f441f55 commit 4b2fc55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-nghttp2.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
submodules: recursive
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222

23+
- name: Fetch tags for submodule
24+
run: |
25+
cd nghttp2
26+
git fetch --tags
27+
cd ..
28+
2329
- name: Get latest nghttp2 release
2430
id: latest_release
2531
run: |

0 commit comments

Comments
 (0)