github-release-cli icon indicating copy to clipboard operation
github-release-cli copied to clipboard

A command-line tool for managing release assets on a GitHub repository.

Results 5 github-release-cli issues
Sort by recently updated
recently updated
newest added

Fetching...RequestError [HttpError]: Not Found at /usr/local/lib/node_modules/github-release-cli/node_modules/@octokit/request/dist-node/index.js:86:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) { status: 404, response: { url: 'https://api.github.com/repos///releases?page=1', status: 404,

This would ease the use from GH actions, which does not have the "single" repo name in its [default environment variables](https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables), only: > `GITHUB_REPOSITORY` The owner and repository name. For...

I'm trying to upload to my release with the following code: ```bash token=$(cat ${HOME}/.PAT) github-release upload \ --owner zwhitchcox \ --repo cruster \ --token ${token} \ --tag "v0.0.1" \ --name...

on MacOS catelina $ yarn global add github-release $ github-release failed MSpanList_Insert 0x1304000 0x1a94657c7f438 0x0 fatal error: MSpanList_Insert runtime stack: runtime.throw(0x50a3cb) /usr/local/Cellar/go/1.4/libexec/src/runtime/panic.go:491 +0xad fp=0x7ffeefbfed80 sp=0x7ffeefbfed50 runtime.MSpanList_Insert(0x530de8, 0x1304000) /usr/local/Cellar/go/1.4/libexec/src/runtime/mheap.c:692 +0x8f fp=0x7ffeefbfeda8...

Is there a programmatic interface for this project? Instead of writing the [entire shell script](https://github.com/cncjs/cncjs-pendant-tinyweb/blob/2ca0f613edf1654653e92383d74ce1fb55dc4525/.travis.yml#L27-L56), I'd like to create a reusable and cross-platform node tool that can be used in...