diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3905488..42dc306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: with: # Needed for 'changed-files' actions (alternatively could be a fixed # large number but may cause issues if limited). - fetch-depth: ${{ !((contains(github.event_name, 'push') && steps.check-branch.outputs.publishable == 'true')) && 2 || 0 }} + fetch-depth: 20 path: plugin submodules: true - name: Check if release is required (version.php changes)