Generate release notes
This commit is contained in:
parent
47fcf6ccfc
commit
6e12eeb52e
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Upload items to Github Release
|
- name: Upload items to Github Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
tag: ${{ github.ref_name }}
|
tag: ${{ github.ref_name }}
|
||||||
body: |
|
body: |
|
||||||
|
|
@ -74,6 +74,7 @@ jobs:
|
||||||
artifacts: "chromium-${{ github.ref_name }}-layer.zip,chromium-${{ github.ref_name }}-pack.tar"
|
artifacts: "chromium-${{ github.ref_name }}-layer.zip,chromium-${{ github.ref_name }}-pack.tar"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
draft: true
|
draft: true
|
||||||
|
generateReleaseNotes: true
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
owner: Sparticuz
|
owner: Sparticuz
|
||||||
repo: chromium
|
repo: chromium
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue