Generate release notes
This commit is contained in:
parent
47fcf6ccfc
commit
6e12eeb52e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue