diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5213c462..4a93c6cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + # Important so we can merge branches + fetch-depth: 0 - name: Set version id: version