diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0675c46..b3e93f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,9 @@ jobs: pull-requests: read steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - uses: actions/setup-node@v4 with: node-version: lts/*