diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76bfa975e54d..fc9c60bc4245 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 + fetch-tags: true - name: Rebase # We can't rebase if we're on master already. @@ -94,6 +95,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 + fetch-tags: true - name: Set up Python 3.8 uses: actions/setup-python@v4