{"id":23757560,"url":"https://github.com/scientanl/release-npm-github-action","last_synced_at":"2026-03-17T10:30:16.422Z","repository":{"id":53193976,"uuid":"350341076","full_name":"ScientaNL/release-npm-github-action","owner":"ScientaNL","description":"Release NPM Package Github Action","archived":false,"fork":false,"pushed_at":"2023-05-16T07:51:28.000Z","size":407,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-31T19:48:43.199Z","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/ScientaNL.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}},"created_at":"2021-03-22T12:48:39.000Z","updated_at":"2023-05-16T07:35:41.000Z","dependencies_parsed_at":"2022-09-15T01:25:16.332Z","dependency_job_id":null,"html_url":"https://github.com/ScientaNL/release-npm-github-action","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Frelease-npm-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Frelease-npm-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Frelease-npm-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Frelease-npm-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScientaNL","download_url":"https://codeload.github.com/ScientaNL/release-npm-github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927846,"owners_count":19719836,"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":[],"created_at":"2024-12-31T19:49:03.178Z","updated_at":"2026-03-17T10:30:16.360Z","avatar_url":"https://github.com/ScientaNL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# release-npm-github-action\nThis Github action releases a new version of an NPM package whenever a new release is done on Github.\n\n#### After a Github release is made, this action will;\n- Commit to your repository, updating the package.json\n- Release a new version of an npm package using npm publish\n\n#### Example configuration\n```yaml\nname: Create release\non:\n  release:\n    types: [ created ]\njobs:\n  npm-version-publish:\n    name: NPM publish locking-cache\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v3\n\n      - name: NPM version release\n        uses: ScientaNL/release-npm-github-action@1.2.1\n        with:\n          github-token: \"${{ secrets.GITHUB_TOKEN }}\"\n          npm-token: \"${{ secrets.NPM_SCIENTA_TOKEN }}\"\n          repository-owner: \"ScientaNL\"\n          npm-options: \"{tag: 'latest', access: 'public'}\"\n```\nsee https://docs.npmjs.com/cli/v6/commands/npm-publish for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientanl%2Frelease-npm-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientanl%2Frelease-npm-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientanl%2Frelease-npm-github-action/lists"}