cli/pkg/cmd/release/shared
Mislav Marohnić c667a0bc49 Fix fetching draft releases from GitHub Actions
When using GITHUB_TOKEN in Actions, the permissions on a repository are
null and therefore we can't check whether the viewer has push access or
not. The solution is to unconditionally check for draft releases instead
of trying to be smart about it. Draft releases are going to be on top,
so we don't have to paginate through all releases in a repository.
2021-05-18 19:44:29 +02:00
..
fetch.go Fix fetching draft releases from GitHub Actions 2021-05-18 19:44:29 +02:00
upload.go Allow retrying HTTP/2 uploads for release assets 2021-03-17 15:55:22 +01:00
upload_test.go Add tests for release create, delete, download, view 2020-09-01 18:56:30 +02:00