From 37ddec4455ed7c1365fa0cef639f7f5c630ec3a4 Mon Sep 17 00:00:00 2001 From: Santanu Sinha Date: Fri, 5 Apr 2024 05:41:59 +0530 Subject: [PATCH] Trying to fix submodule --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 048cf38..c81410e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,10 +17,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: recursive - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@master - name: Build run: make - name: Log in to the Container registry