{"id":46963503,"url":"https://github.com/martoc/action-release","last_synced_at":"2026-03-11T10:03:12.084Z","repository":{"id":227702771,"uuid":"754278545","full_name":"martoc/action-release","owner":"martoc","description":"Automates GitHub release creation and binary file uploads for CI/CD workflows","archived":false,"fork":false,"pushed_at":"2026-01-02T18:41:41.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-08T10:47:13.994Z","etag":null,"topics":["cdf"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-07T18:36:41.000Z","updated_at":"2026-01-02T18:41:30.000Z","dependencies_parsed_at":"2024-11-30T19:26:58.562Z","dependency_job_id":"9c775389-7504-462b-8ef5-767591bd940d","html_url":"https://github.com/martoc/action-release","commit_stats":null,"previous_names":["martoc/action-release"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/martoc/action-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martoc","download_url":"https://codeload.github.com/martoc/action-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30377837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdf"],"created_at":"2026-03-11T10:03:11.467Z","updated_at":"2026-03-11T10:03:12.077Z","avatar_url":"https://github.com/martoc.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# action-release\n\nA GitHub Action that creates a GitHub release and optionally uploads binary files to it. Simplifies the CI/CD workflow by automating the release process.\n\n## Features\n\n- Automatic GitHub release creation\n- Optional binary file uploads from `target/builds/`\n- Skip release on pull request events\n- Uses GitHub API for release creation\n\n## Quick Start\n\n```yaml\n- name: Tag\n  uses: martoc/action-tag@v0\n\n- name: Release\n  uses: martoc/action-release@v0\n```\n\n## Documentation\n\n- [Usage Guide](./docs/USAGE.md) - Detailed usage instructions and examples\n- [Code Style](./docs/CODESTYLE.md) - Code style guidelines for contributors\n\n## Environment Variables\n\n| Variable | Description |\n|----------|-------------|\n| `TAG_NAME` | Tag name for the release (required) |\n| `BIN_NAMES` | Space-separated list of binaries to upload from `target/builds/` |\n\n## Permissions\n\nThe action requires the following permissions:\n\n```yaml\npermissions:\n  contents: write\n```\n\n## Licence\n\nThis project is licenced under the MIT Licence - see the [LICENCE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartoc%2Faction-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartoc%2Faction-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartoc%2Faction-release/lists"}