From a22bef4a5b07d4854ded47c4b1784636ca84ceec Mon Sep 17 00:00:00 2001 From: Michael Dewberry Date: Thu, 11 Jan 2024 01:31:21 -0500 Subject: [PATCH] Avoid sparse checkout, so we have tag histories --- .github/workflows/build-plugin.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-plugin.yaml b/.github/workflows/build-plugin.yaml index b96d356..8e48008 100644 --- a/.github/workflows/build-plugin.yaml +++ b/.github/workflows/build-plugin.yaml @@ -53,9 +53,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - name: make submodule folders safe for git operations - run: | - git submodule foreach 'git config --global --add safe.directory $(pwd)' + fetch-depth: 0 - uses: actions/cache@v3 id: plugin-version-cache with: