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 }}