cli/pkg/cmd/release
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
..
create Add release view --json support 2021-05-18 19:40:28 +02:00
delete Exit with status code "2" on user cancellation errors 2021-03-02 13:48:44 +01:00
download Allow specifying multiple patterns in release download 2020-09-09 17:36:49 +02:00
list Ensure that we don't reuse the same deserialization struct over pagination iterations 2020-10-14 15:38:21 +02:00
shared Fix fetching draft releases from GitHub Actions 2021-05-18 19:44:29 +02:00
upload Add docs to release create/upload 2020-09-09 17:36:25 +02:00
view Add release view --json support 2021-05-18 19:40:28 +02:00
release.go Add release delete 2020-08-28 17:41:00 +02:00