From 4ce881add89d14701592d78d41a9ae48cc75de80 Mon Sep 17 00:00:00 2001 From: Jordi Date: Thu, 19 Mar 2020 09:50:20 +0100 Subject: [PATCH] Fetch tags --- .github/workflows/monorepo_split.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/monorepo_split.yaml b/.github/workflows/monorepo_split.yaml index f63f7170..e773b85f 100644 --- a/.github/workflows/monorepo_split.yaml +++ b/.github/workflows/monorepo_split.yaml @@ -12,8 +12,7 @@ jobs: php: ['7.3'] steps: - uses: actions/checkout@v2 - with: - fetch-depth: 10000 + - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }}