Skip to content

Commit 3c3f87a

Browse files
committed
Fix adding release notes to draft release
1 parent 174b775 commit 3c3f87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
files: package.tar.gz
118118
tag_name: v${{ env.VERSION }}
119119
name: v${{ env.VERSION }}
120-
body: .cache/release-notes
120+
body_path: .cache/release-notes
121121

122122
# Platform-specific release.
123123
- run: KEEP_MODULES=1 npm run release

0 commit comments

Comments
 (0)