Generate release notes

This commit is contained in:
Sparticuz 2023-02-20 13:40:46 -05:00
parent 47fcf6ccfc
commit 6e12eeb52e
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
cd ..
- name: Upload items to Github Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1.12.0
with:
tag: ${{ github.ref_name }}
body: |
@ -74,6 +74,7 @@ jobs:
artifacts: "chromium-${{ github.ref_name }}-layer.zip,chromium-${{ github.ref_name }}-pack.tar"
prerelease: false
draft: true
generateReleaseNotes: true
token: ${{ github.token }}
owner: Sparticuz
repo: chromium