Make this Action's API identical to https://github.com/actions/create-release, except extended with `files:` option. Should prolly also capture values from previous inputs (ex. `tag="${INPUT_TAG_NAME:-$INPUT_TAG}"`)
Make this Action's API identical to https://github.com/actions/create-release, except extended with
files:option.Should prolly also capture values from previous inputs (ex.
tag="${INPUT_TAG_NAME:-$INPUT_TAG}")