mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 14:16:36 +00:00
Merge pull request #3837 from balena-io/ab77/operational
Update release notes on finalize
This commit is contained in:
commit
4561690478
9
.github/actions/finalize/action.yml
vendored
9
.github/actions/finalize/action.yml
vendored
@ -24,7 +24,7 @@ runs:
|
|||||||
|
|
||||||
echo "version=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
|
echo "version=$(jq -r '.version' package.json)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Finalize release
|
- name: Finalize GitHub release
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
shell: bash --noprofile --norc -eo pipefail -x {0}
|
shell: bash --noprofile --norc -eo pipefail -x {0}
|
||||||
run: |
|
run: |
|
||||||
@ -40,3 +40,10 @@ runs:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ fromJSON(inputs.secrets).FLOWZONE_TOKEN }}
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user