ci(release): updated release.yml
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
|||||||
if: ${{ steps.changelog.outputs.skipped == 'false' }}
|
if: ${{ steps.changelog.outputs.skipped == 'false' }}
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
generateReleaseNotes: true
|
||||||
token: ${{ secrets.CHANGELOG_SECRET }}
|
token: ${{ secrets.CHANGELOG_SECRET }}
|
||||||
tag: ${{ steps.changelog.outputs.tag }}
|
tag: ${{ steps.changelog.outputs.tag }}
|
||||||
name: ${{ steps.changelog.outputs.tag }}
|
name: ${{ steps.changelog.outputs.tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user