add release notes

This commit is contained in:
Earl Warren 2023-03-29 23:59:02 +02:00
parent 429c93d710
commit c00160628d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,8 @@ inputs:
release-dir:
description: 'Directory in whichs release assets are uploaded or downloaded'
required: true
release-notes:
description: 'Release notes'
direction:
description: 'Can either be download or upload'
required: true
@ -41,6 +43,7 @@ runs:
export DOER="${{ inputs.doer }}"
export TOKEN="${{ inputs.token }}"
export RELEASE_DIR="${{ inputs.release-dir }}"
export RELEASENOTES="${{ inputs.release-notes }}"
export VERBOSE="${{ inputs.verbose }}"
export SHA="${{ inputs.sha }}"
if test -z "$SHA"; then