diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08027f98..da92adac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + # Needed for the nightly release to calculate the version bump + fetch-depth: 0 - name: Install pnpm uses: pnpm/action-setup@v3