Comparing v2.1.0...v2.2.0 路 softprops/action-gh-release (original) (raw)

Commits on Dec 11, 2024

  1. Configuration menu
    Browse the repository at this point in the history
  2. feat: read the release assets asynchronously (#552)
    Previously all assets were being read synchronously into memory, making
    the action unsuitable for releasing very large assets. Because the
    client library allows stream body inputs (it just forwards it to the
    underlying fetch implementation), just do it.
    The idea is also suggested by @enumag in
    #353 (comment).
    Fixes: #353
    Signed-off-by: WANG Xuerui git@xen0n.name
    @xen0n
    xen0n authored
    Dec 11, 2024
    Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history