{"id":32465691,"url":"https://github.com/sitkoru/nuget-release-action","last_synced_at":"2025-10-26T13:59:12.455Z","repository":{"id":43271015,"uuid":"446728370","full_name":"sitkoru/nuget-release-action","owner":"sitkoru","description":"Action to release Nuget packages","archived":false,"fork":false,"pushed_at":"2023-09-04T23:03:56.000Z","size":11,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-18T10:54:24.927Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sitkoru.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-11T07:59:12.000Z","updated_at":"2022-01-11T08:29:39.000Z","dependencies_parsed_at":"2023-01-21T15:15:17.925Z","dependency_job_id":null,"html_url":"https://github.com/sitkoru/nuget-release-action","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"4df51264b85cea47c0eb08a0785733086c1d5058"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sitkoru/nuget-release-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkoru%2Fnuget-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkoru%2Fnuget-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkoru%2Fnuget-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkoru%2Fnuget-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sitkoru","download_url":"https://codeload.github.com/sitkoru/nuget-release-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sitkoru%2Fnuget-release-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281114804,"owners_count":26446046,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":[],"created_at":"2025-10-26T13:58:57.197Z","updated_at":"2025-10-26T13:59:12.449Z","avatar_url":"https://github.com/sitkoru.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nuget-release-action\n\nAction to release Nuget packages\n\n```yml\nname: Release\n\non:\n  release:\n    types:\n      - released\n  workflow_dispatch:\n\njobs:\n  build:\n    name: Build\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Prepare\n        id: prep\n        shell: bash\n        run: |\n          VERSION=${GITHUB_REF#refs/tags/}\n          echo ::set-output name=version::${VERSION}\n      - name: Pubish\n        uses: sitkoru/nuget-release-action@v1\n        with:\n          version: ${{ steps.prep.outputs.version }}\n          project_path: src/PROJECT/PROJECT.csproj\n          nuget_host: ${{ secrets.NUGET_HOST }}\n          nuget_token: ${{ secrets.BOT_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitkoru%2Fnuget-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsitkoru%2Fnuget-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsitkoru%2Fnuget-release-action/lists"}