浏览代码

publish a draft release with auto generate release notes

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 3 年之前
父节点
当前提交
d75f22cc7b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/release.yaml

+ 2 - 1
.github/workflows/release.yaml

@@ -44,7 +44,8 @@ jobs:
       - uses: ncipollo/release-action@v1
         with:
           artifacts: "bin/*"
-          prerelease: true
+          generateReleaseNotes: true
+          draft: true
           commit: "v2"
           token: ${{ secrets.GITHUB_TOKEN }}
           tag: ${{ github.event.inputs.tag }}