Update release notes on finalize

Change-type: patch
This commit is contained in:
ab77 2022-11-07 10:33:21 -08:00
parent cc139bf750
commit 576113febf
No known key found for this signature in database
GPG Key ID: D094F44E5E29445A

View File

@ -24,7 +24,7 @@ runs:
echo "version=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
- name: Finalize release
- name: Finalize GitHub release
if: runner.os == 'Linux'
shell: bash --noprofile --norc -eo pipefail -x {0}
run: |
@ -40,3 +40,10 @@ runs:
env:
GITHUB_TOKEN: ${{ fromJSON(inputs.secrets).FLOWZONE_TOKEN }}
- name: Update release notes
if: runner.os == 'Linux'
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
token: ${{ fromJSON(inputs.secrets).FLOWZONE_TOKEN }}