diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc01896a..5a8f3448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,9 @@ jobs: - name: ☑️ Checkout code uses: actions/checkout@v4 - with: - fetch-depth: 2 + # Need all commits to track info + #with: + # fetch-depth: 2 - name: 💎 Setup Ruby uses: ruby/setup-ruby@v1