From 77579bb20b7fa698fc1088b0c40d2bce9197143e Mon Sep 17 00:00:00 2001 From: Dmitry Fuks Date: Tue, 7 May 2024 20:50:17 +0300 Subject: [PATCH] fix github action --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 97b7227..5561819 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -15,7 +15,7 @@ jobs: # for yarn version check - if: github.ref != 'refs/heads/main' run: | - git fetch --no-tags --depth=1 origin main + git fetch --no-tags --unshallow --depth=1 origin main - uses: actions/setup-node@v4 with: