Skip to content

Commit d495069

Browse files
committed
💚 fix ci
1 parent 47ac65f commit d495069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
steps:
1818
- uses: actions/checkout@v4
19-
- run: gh release create "v${{ github.event.inputs.version }}" --title "Release v${{ github.event.inputs.version }}" --body "如果下面没有可下载的文件,说明构建失败,请联系开发者"
19+
- run: gh release create "v${{ github.event.inputs.version }}" --title "Release v${{ github.event.inputs.version }}" --notes "如果下面没有可下载的文件,说明构建失败,请联系开发者"
2020
env:
2121
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222

0 commit comments

Comments
 (0)