publish a draft release with auto generate release notes

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2022-03-08 10:10:14 +01:00 committed by Nicolas De loof
parent 8c7951465e
commit d75f22cc7b
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}