From 68fe638ab34bf95fcbb78518b295117ff2ad5c38 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 8 Jan 2024 18:02:01 -0800 Subject: [PATCH] fix(ci): Use pre-releases when calculating changelog (#3138) Fixes the incorrect changelog generated on our releases. --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7cf17c9f9..c652d8506 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -82,6 +82,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: prerelease: true + include-pre-releases: true version: ${{ env.VERSION }} - name: Delete stale artifacts env: