diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 005573342..fb9f2faed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch all history and tags - name: mkdir /opt/ttmlir-toolchain shell: bash diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 76f33c889..7ffe3fbe7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -23,6 +23,8 @@ jobs: MDBOOK_VERSION: 0.4.36 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch all history and tags - name: mkdir /opt/ttmlir-toolchain shell: bash run: |