diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index e47e9c8..df5d095 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: - name: shallow run: cat .git/shallow - name: deepend tree - run: git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin refs/heads/main +refs/tags/*:refs/tags/* + run: git fetch --tags --recurse-submodules=no --depth 100 - name: status run: git status - name: shallow