{"id":17168879,"url":"https://github.com/alirezatheh/github-auto-publish","last_synced_at":"2026-05-09T15:31:41.032Z","repository":{"id":65157406,"uuid":"497259359","full_name":"alirezatheh/github-auto-publish","owner":"alirezatheh","description":"GitHub action to automate publish a GitHub release if find an unpublished version in CHANGELOG.md  (Keep a Changelog format).","archived":false,"fork":false,"pushed_at":"2023-08-05T13:08:40.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T15:53:50.461Z","etag":null,"topics":["actions","github","github-actions","publish","release","release-automation"],"latest_commit_sha":null,"homepage":"","language":"Python","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/alirezatheh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-05-28T08:30:05.000Z","updated_at":"2024-03-07T13:06:34.000Z","dependencies_parsed_at":"2025-01-29T23:35:03.224Z","dependency_job_id":null,"html_url":"https://github.com/alirezatheh/github-auto-publish","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alirezatheh/github-auto-publish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fgithub-auto-publish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fgithub-auto-publish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fgithub-auto-publish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fgithub-auto-publish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alirezatheh","download_url":"https://codeload.github.com/alirezatheh/github-auto-publish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fgithub-auto-publish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32824325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","github","github-actions","publish","release","release-automation"],"created_at":"2024-10-14T23:13:09.547Z","updated_at":"2026-05-09T15:31:41.012Z","avatar_url":"https://github.com/alirezatheh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Auto Publish\nGitHub action to automate publish a GitHub release if find an unpublished\nversion in `CHANGELOG.md`\n([Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format).\n\n## Usage\n```yaml\nname: Publish\non:\n  push:\n    branches:\n      - main\n  workflow_dispatch:\n\njobs:\n  github-publish:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: alirezatheh/github-auto-publish@v1\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          files: ./dist/*.zip\n```\n\nThe action assume:\n- Python and pip are installed (e.g. by `actions/setup-python@v3`).\n\n## Inputs\n- `github-token`: GitHub token (required).\n- `files`: Files to be uploaded as release assets (optional).\n\n## Acknowledgements\nThis action is inspired by\n[pypi-auto-publish](https://github.com/etils-actions/pypi-auto-publish)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezatheh%2Fgithub-auto-publish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falirezatheh%2Fgithub-auto-publish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezatheh%2Fgithub-auto-publish/lists"}