We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ac65f commit d495069Copy full SHA for d495069
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: write
17
steps:
18
- uses: actions/checkout@v4
19
- - run: gh release create "v${{ github.event.inputs.version }}" --title "Release v${{ github.event.inputs.version }}" --body "如果下面没有可下载的文件,说明构建失败,请联系开发者"
+ - run: gh release create "v${{ github.event.inputs.version }}" --title "Release v${{ github.event.inputs.version }}" --notes "如果下面没有可下载的文件,说明构建失败,请联系开发者"
20
env:
21
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
0 commit comments