{"id":46370903,"url":"https://github.com/blocklet/action-release-to-github","last_synced_at":"2026-03-05T03:37:36.186Z","repository":{"id":40708232,"uuid":"315547723","full_name":"blocklet/action-release-to-github","owner":"blocklet","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-10T07:17:39.000Z","size":918,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-11T19:19:55.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blocklet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-24T07:09:10.000Z","updated_at":"2021-12-24T09:22:17.000Z","dependencies_parsed_at":"2023-01-21T06:01:44.440Z","dependency_job_id":null,"html_url":"https://github.com/blocklet/action-release-to-github","commit_stats":{"total_commits":22,"total_committers":4,"mean_commits":5.5,"dds":0.5454545454545454,"last_synced_commit":"9fdb490de2f151a1bea23b00b4599283b9387baa"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/blocklet/action-release-to-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocklet%2Faction-release-to-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocklet%2Faction-release-to-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocklet%2Faction-release-to-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocklet%2Faction-release-to-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blocklet","download_url":"https://codeload.github.com/blocklet/action-release-to-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocklet%2Faction-release-to-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30108822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:32:43.378Z","status":"ssl_error","status_checked_at":"2026-03-05T03:32:22.667Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-03-05T03:37:35.541Z","updated_at":"2026-03-05T03:37:36.176Z","avatar_url":"https://github.com/blocklet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-release-to-github\n\nUse github action to release blocklet to Github Release\n\nExample workflow\n\n```yml\non:\n  push:\n    # Sequence of patterns matched against refs/tags\n    tags:\n      - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10\n\nname: Create Release\n\njobs:\n  Deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v2\n      - name: Build\n        run: \u003cbuild_your_blocklet\u003e # after build, use `abtnode bundle --create-release` to bundle your blocklet\n      - name: Release to Github\n        uses: blocklet/action-release-to-github@v1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocklet%2Faction-release-to-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocklet%2Faction-release-to-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocklet%2Faction-release-to-github/lists"}