From dcc77ebccda73138ce73a20c52d6c1cddb5e30ee Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 13 Jan 2023 20:16:55 +0000 Subject: [PATCH] Fix release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21dec9f2..3fe8b5f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: - name: Make Release uses: aio-libs/create-release@v1.3.3 with: - changes_file: CHANGES.txt + changes_file: CHANGELOG.md name: aiocache version_file: aiocache/__init__.py github_token: ${{ secrets.GITHUB_TOKEN }}