{"id":16776301,"url":"https://github.com/maxmilton/action-create-release","last_synced_at":"2025-11-02T07:30:34.864Z","repository":{"id":36962103,"uuid":"377500062","full_name":"maxmilton/action-create-release","owner":"maxmilton","description":"GitHub action to create a new GitHub release in your CI workflow","archived":true,"fork":false,"pushed_at":"2024-06-27T22:43:31.000Z","size":1838,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T10:11:56.592Z","etag":null,"topics":["continuous-delivery","continuous-deployment","continuous-integration","github-actions","github-api","release","release-automation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/maxmilton.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}},"created_at":"2021-06-16T13:09:03.000Z","updated_at":"2024-06-27T22:43:37.000Z","dependencies_parsed_at":"2023-01-17T08:45:17.047Z","dependency_job_id":"74fdd70e-a67f-48a1-ae63-3d6cdd6dd967","html_url":"https://github.com/maxmilton/action-create-release","commit_stats":{"total_commits":350,"total_committers":5,"mean_commits":70.0,"dds":"0.22857142857142854","last_synced_commit":"7f49601c568f2a7fb06367da1ecb24a859d891ae"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmilton%2Faction-create-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmilton%2Faction-create-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmilton%2Faction-create-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmilton%2Faction-create-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxmilton","download_url":"https://codeload.github.com/maxmilton/action-create-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239389573,"owners_count":19630308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["continuous-delivery","continuous-deployment","continuous-integration","github-actions","github-api","release","release-automation"],"created_at":"2024-10-13T07:09:28.699Z","updated_at":"2025-02-18T00:31:44.092Z","avatar_url":"https://github.com/maxmilton.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Deprecation notice: Use the GitHub CLI tool instead. It's available on all GitHub-hosted runners.\n\n```diff\n-      - uses: maxmilton/action-create-release@v0\n-        with:\n-          files: |\n-            chrome-extension.zip\n-          git-tag: ${{ github.ref }}\n-          github-token: ${{ secrets.GITHUB_TOKEN }}\n+      - run: gh release create \"${{ github.ref_name }}\" chrome-extension.zip --draft --generate-notes\n+        shell: bash\n+        env:\n+          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n---\n\n[![Build status](https://img.shields.io/github/actions/workflow/status/maxmilton/action-create-release/ci.yml?branch=master)](https://github.com/maxmilton/action-create-release/actions)\n[![Coverage status](https://img.shields.io/codeclimate/coverage/maxmilton/action-create-release)](https://codeclimate.com/github/maxmilton/action-create-release)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/maxmilton/action-create-release)](https://github.com/maxmilton/action-create-release/releases)\n[![Licence](https://img.shields.io/github/license/maxmilton/action-create-release.svg)](https://github.com/maxmilton/action-create-release/blob/master/LICENSE)\n\n# action-create-release\n\nA GitHub action to create a new GitHub release with optional asset files in your CI workflow.\n\n## Usage\n\n\u003e NOTE: The `files` input currently only supports `.zip` files. Only valid relative or absolute paths are allowed and globs are not supported.\n\n`.github/workflows/publish.yml`:\n\n```yml\nname: publish\non:\n  push:\n    tags: [v*.*.*]\njobs:\n  publish:\n    runs-on: ubuntu-latest\n    permissions:\n      contents: write\n    steps:\n      - uses: actions/checkout@v4\n      - uses: actions/setup-node@v4\n        with:\n          node-version: 20\n      - run: npm ci\n      - run: npm run build\n      - run: npm run lint\n      - run: npm run test\n      - run: cd dist \u0026\u0026 zip ../chrome-extension.zip *\n      - uses: maxmilton/action-create-release@v0\n        with:\n          files: |\n            chrome-extension.zip\n          git-tag: ${{ github.ref }}\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\nAlso, see [this repo's `publish.yml` workflow](.github/workflows/publish.yml) for an example.\n\n## Bugs\n\nPlease report any bugs you encounter on the [GitHub issue tracker](https://github.com/maxmilton/action-create-release/issues).\n\n## Changelog\n\nSee [releases on GitHub](https://github.com/maxmilton/action-create-release/releases).\n\n## License\n\nMIT license. See [LICENSE](https://github.com/maxmilton/action-create-release/blob/master/LICENSE).\n\n---\n\n© 2023 [Max Milton](https://maxmilton.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmilton%2Faction-create-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmilton%2Faction-create-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmilton%2Faction-create-release/lists"}