You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
513 B
513 B
Use this plugin for publishing files and artifacts to GitHub releases. You can override the default configuration with the following parameters:
api_key
- GitHub oauth token with public_repo or repo permissionfiles
- Files to upload to GitHub Release, globs are allowedbase_url
- GitHub base URL, only required for GHEupload_url
- GitHub upload URL, only required for GHE
Sample configuration:
publish:
github_release:
api_key: my_github_api_key
files:
- dist/*