xresloader / upload-to-github-release

MIT License
53 stars 12 forks source link

BUG: target_repo and target_owner are set to the same #46

Closed twiddli closed 1 year ago

twiddli commented 1 year ago

target_repo is set to target_owner

https://github.com/xresloader/upload-to-github-release/blob/v1/src/index.ts#L77

Additional: Would be nice if the release_name was configurable

owent commented 1 year ago

Thanks, this problem is fixed and published by v1.3.12. And also I add a option (default_release_name) to set the release name when creating new release.