diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 67bec347..fcfb69cf 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -13,6 +13,8 @@ jobs: runs-on: ${{ matrix.machine }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: "2" - name: Select Xcode run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app - name: bundle install