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 }}