{"id":19887958,"url":"https://github.com/cb80/pubrel","last_synced_at":"2025-05-02T17:31:24.390Z","repository":{"id":36988820,"uuid":"366739262","full_name":"cb80/pubrel","owner":"cb80","description":"Publish GitHub releases and upload assets.","archived":false,"fork":false,"pushed_at":"2024-07-02T00:44:13.000Z","size":1801,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-10T13:03:05.680Z","etag":null,"topics":["actions","assets","cicd","github","publish","release","upload"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/publish-a-release-and-upload-assets","language":"TypeScript","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/cb80.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}},"created_at":"2021-05-12T14:13:34.000Z","updated_at":"2023-01-21T13:59:47.000Z","dependencies_parsed_at":"2024-05-02T01:58:00.069Z","dependency_job_id":null,"html_url":"https://github.com/cb80/pubrel","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":"0.40740740740740744","last_synced_commit":"7f83f066cc6d4d462b5d5030c27c27bbff8df436"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cb80%2Fpubrel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cb80%2Fpubrel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cb80%2Fpubrel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cb80%2Fpubrel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cb80","download_url":"https://codeload.github.com/cb80/pubrel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224318985,"owners_count":17291757,"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":["actions","assets","cicd","github","publish","release","upload"],"created_at":"2024-11-12T18:05:32.380Z","updated_at":"2024-11-12T18:05:32.874Z","avatar_url":"https://github.com/cb80.png","language":"TypeScript","readme":"![CI/CD](https://github.com/cb80/pubrel/workflows/CI/CD/badge.svg)\n[![](https://img.shields.io/badge/GitHub-Marketplace-blue)](https://github.com/marketplace/actions/publish-a-release-and-upload-assets)\n\n# Description\n\nThis action can publish releases and upload assets. Existing releases can be\nreplaced if you wish (delete \u0026 recreate). It supports GitHub Enterprise.\n\n# Examples\n```\nuses: cb80/pubrel@latest\nwith:\n  files: |\n    app.exe\n    app\n```\n\nUse a different token:\n```\nuses: cb80/pubrel@latest\nwith:\n  token: ${{ secrets.MY_TOKEN }}\n  files: |\n    app.exe\n    app\n```\n\nReplace the `latest` release but not for other tags:\n```\nuses: cb80/pubrel@latest\nwith:\n  replace: latest\n  files: |\n    app.exe\n    app\n```\n\nReplace all releases:\n```\nuses: cb80/pubrel@latest\nwith:\n  replace: true\n  files: |\n    app.exe\n    app\n```\n\n# Inputs\n\n| Option    | Use       | Default                | Description |\n|-----------|-----------|------------------------|-------------|\n| `ref`     | optional  | `github.ref`           | The GitHub ref related to this release. |\n| `token`   | optional  | `secrets.GITHUB_TOKEN` | The token for authentication and authorization. |\n| `replace` | optional  | `false`                | Shall we delete an existing release?\u003cbr\u003eYou can also set this to a specific tag name if you don't want to replace any release. |\n| `files`   | optional  | no files               | The list of files to be uploaded to the release. |\n\n# Credits\n\nThis action is inspired by the official [typescript action template][tstpl].\n\n[tstpl]: https://github.com/actions/typescript-action\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcb80%2Fpubrel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcb80%2Fpubrel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcb80%2Fpubrel/lists"}