From 83767e74e33610ab50fe342d79236929b8e7da5f Mon Sep 17 00:00:00 2001 From: Ashutosh Khanduala Date: Sat, 18 May 2024 07:03:07 +0530 Subject: [PATCH] update workflow yml --- .github/workflows/changeset-publish.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset-publish.yml b/.github/workflows/changeset-publish.yml index 67f1446..81a1351 100644 --- a/.github/workflows/changeset-publish.yml +++ b/.github/workflows/changeset-publish.yml @@ -27,7 +27,7 @@ jobs: node-version: "lts/*" cache: "yarn" - - name: Add Git submodule present at example/* + - name: Add Git submodules present at example/* run: git submodule update --init --recursive - name: Installing dependencies diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da8df39..a7c6d7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: node-version: "lts/*" cache: "yarn" - - name: Add Git submodule present at example/* + - name: Add Git submodules present at example/* run: git submodule update --init --recursive - name: Install dependencies