{"id":14969280,"url":"https://github.com/cucumber/action-publish-npm","last_synced_at":"2025-03-25T12:33:04.354Z","repository":{"id":44673327,"uuid":"409060107","full_name":"cucumber/action-publish-npm","owner":"cucumber","description":"GitHub Action to publish an NPM module","archived":false,"fork":false,"pushed_at":"2025-03-11T16:07:38.000Z","size":54,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-15T01:22:15.620Z","etag":null,"topics":["github-actions","javascript","polyglot-release"],"latest_commit_sha":null,"homepage":"","language":null,"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/cucumber.png","metadata":{"funding":{"open_collective":"cucumber"},"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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-09-22T04:09:35.000Z","updated_at":"2023-01-03T22:27:55.000Z","dependencies_parsed_at":"2024-04-16T03:43:17.313Z","dependency_job_id":"809429dd-75af-4d76-b64f-0b2541ff73ad","html_url":"https://github.com/cucumber/action-publish-npm","commit_stats":{"total_commits":49,"total_committers":6,"mean_commits":8.166666666666666,"dds":0.4693877551020408,"last_synced_commit":"0d8f606c65dd67b3284ed6abbe2b501f8608b89c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-npm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-npm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-npm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-npm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/action-publish-npm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245105511,"owners_count":20561536,"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":["github-actions","javascript","polyglot-release"],"created_at":"2024-09-24T13:41:29.044Z","updated_at":"2025-03-25T12:33:04.315Z","avatar_url":"https://github.com/cucumber.png","language":null,"funding_links":["https://opencollective.com/cucumber"],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/cucumber/action-publish-npm/actions/workflows/test.yaml/badge.svg)](https://github.com/cucumber/action-publish-npm/actions/workflows/test.yaml)\n\n# action-publish-npm\n\nPublishes an NPM module to https://npmjs.com\n\nNeeds Node to be installed first.\n\n## Inputs\n\n* `npm-token`\n* `working-directory` (optional, default `.`)\n* `npm-tag` (optional, default `latest`)\n\n## Example\n\n```yaml\nname: Publish\n\non:\n  push:\n    branches:\n      - \"release/*\"\n\njobs:\n  publish-ui:\n    name: Publish UI package to NPM\n    runs-on: ubuntu-latest\n    environment: Release\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-node@v2\n        with:\n          node-version: '16'\n          cache: 'npm'\n          cache-dependency-path: packages/ui/package-lock.json\n      - uses: cucumber/action-publish-npm@v1.0.0\n        with:\n          npm-token: ${{ secrets.NPM_TOKEN }}\n          working-directory: \"packages/ui\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-npm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Faction-publish-npm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-npm/lists"}