Skip to content

Commit 5eb743d

Browse files
committed
Try to create empty notes.
1 parent 99e4691 commit 5eb743d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
gh release create "%VERSION%" ^
108108
--title "Release %VERSION%" ^
109-
--notes " " ^
109+
--notes-file NUL ^
110110
${{github.workspace}}\Artifacts\Configure.Release.x64.exe ^
111111
${{github.workspace}}\Artifacts\Configure.Release.arm64.exe ^
112112
${{github.workspace}}\Artifacts\Configure.Release.x86.exe ^

0 commit comments

Comments
 (0)