From f157b0a7b0b3a3c755764b9f03f4d90c43ee5cda Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 7 Oct 2024 13:10:09 +0200 Subject: [PATCH] Fix version file in release flow (#45) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b056e7c..7f22b08 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -435,7 +435,7 @@ jobs: uses: aio-libs/create-release@v1.6.6 with: changes_file: CHANGES.rst - version_file: ${{ env.PROJECT_NAME }}/__init__.py + version_file: src/${{ env.PROJECT_NAME }}/__init__.py github_token: ${{ secrets.GITHUB_TOKEN }} head_line: >- {version}\n=+\n\n\*\({date}\)\*\n