From 349cf860d87a602be14000e521030766b5c0e5c2 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 13 Jan 2023 20:40:35 +0000 Subject: [PATCH] Update ci.yml --- .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 3fe8b5f1..48595839 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: CHANGELOG.md + changes_file: CHANGES.rst name: aiocache version_file: aiocache/__init__.py github_token: ${{ secrets.GITHUB_TOKEN }}