Skip to content

Commit

Permalink
Merge pull request #230 from WyriHaximus/BC-check-fetch-tags-could-fa…
Browse files Browse the repository at this point in the history
…il-on-repo-without-tags

BC Check fetch tags could fail on repo without tags
  • Loading branch information
WyriHaximus committed Aug 2, 2020
2 parents de4eb57 + b735779 commit 5f12cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -76,6 +76,6 @@ jobs:
run: (test -f vendor && true ) || composer update --ansi --no-progress --no-interaction --prefer-dist -o
if: matrix.composer == 'highest'
- name: Fetch Tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
if: matrix.check == 'backward-compatibility-check'
- run: make ${{ matrix.check }}

0 comments on commit 5f12cc4

Please sign in to comment.