diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 934faaf..b504b74 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -22,6 +22,8 @@ jobs: # Ruby setup - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: