We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94acca commit 5e1eaecCopy full SHA for 5e1eaec
.github/workflows/publish.yml
@@ -81,7 +81,7 @@ jobs:
81
with:
82
name: ${{ env.VERSION }}
83
tag_name: ${{ github.ref }}
84
- body: ${{ env.CHANGELOG_PATH }}
+ body_path: ${{ env.CHANGELOG_PATH }}
85
files: |
86
dist/*.whl
87
dist/*.tar.gz
0 commit comments