Skip to content

Commit fe58a2b

Browse files
committed
Fix workflow version
1 parent 76bf938 commit fe58a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
draft: false
7676
prerelease: false
7777
name: ${{ github.ref_name }}
78-
body_path: changelog.md
78+
body: Release new version of package and publish to PyPI v${{ github.ref_name }}
7979
files: |
8080
dist/*
8181

0 commit comments

Comments
 (0)