From cd851cec42268e23a6dafcdd4fb5c6ab83574670 Mon Sep 17 00:00:00 2001 From: Vishwas Siravara Date: Wed, 28 Dec 2022 10:11:50 -0800 Subject: [PATCH] Add command to fetch remote tags Signed-off-by: Vishwas Siravara --- .github/workflows/submodulesync.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/submodulesync.yaml b/.github/workflows/submodulesync.yaml index 2aeb31e..e635f71 100644 --- a/.github/workflows/submodulesync.yaml +++ b/.github/workflows/submodulesync.yaml @@ -16,6 +16,7 @@ jobs: - name: Update sub modules run: | git submodule update --remote + cd src/lima && git fetch --tags TAG=`cd src/lima && git describe --tags $(git rev-list --tags --max-count=1)` echo "Pulling changes from release: $TAG" cd src/lima && git checkout $TAG