Skip to content

Commit

Permalink
Fix version file in release flow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 7, 2024
1 parent 30abfef commit f157b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ jobs:
uses: aio-libs/[email protected]
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
Expand Down

0 comments on commit f157b0a

Please sign in to comment.