{"id":15704258,"url":"https://github.com/simenandre/publish-with-pnpm","last_synced_at":"2025-10-11T23:37:40.713Z","repository":{"id":163952652,"uuid":"639396408","full_name":"simenandre/publish-with-pnpm","owner":"simenandre","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-25T18:21:23.000Z","size":14,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T10:23:52.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simenandre.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":"2023-05-11T11:46:22.000Z","updated_at":"2025-04-19T07:32:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"39c98b1b-6a5e-4463-b8e3-2066f3681a42","html_url":"https://github.com/simenandre/publish-with-pnpm","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fpublish-with-pnpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fpublish-with-pnpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fpublish-with-pnpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fpublish-with-pnpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simenandre","download_url":"https://codeload.github.com/simenandre/publish-with-pnpm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251684166,"owners_count":21627086,"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-10-03T20:10:55.604Z","updated_at":"2025-09-25T15:47:20.053Z","avatar_url":"https://github.com/simenandre.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# simenandre/publish-with-pnpm\n\nThis composite action will publish your package to NPM using PNPM.\n\nIt parses tag version and set that in `package.json` before publishing, and pushes that\nto the default branch after publishing.\n\n```yaml\nname: Release to NPM\n\non:\n  release:\n    types: [published]\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout 🛎️\n        uses: actions/checkout@v4\n\n      - uses: pnpm/action-setup@v4\n\n      - name: Use Node LTS ✨\n        uses: actions/setup-node@v4\n        with:\n          node-version: lts/*\n          registry-url: https://registry.npmjs.org\n          cache: pnpm\n\n      - name: Install dependencies 📦️\n        run: pnpm install --frozen-lockfile\n\n      - name: Build 🔨\n        run: pnpm build\n\n      - uses: simenandre/publish-with-pnpm@v2\n        with:\n          npm-auth-token: ${{ secrets.NPM_TOKEN }}\n```\n\n## Other actions\n\n- [simenandre/publish-with-yarn](https://github.com/simenandre/publish-with-yarn)\n- [simenandre/publish-with-yarn-classic](https://github.com/simenandre/publish-with-yarn-classic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimenandre%2Fpublish-with-pnpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimenandre%2Fpublish-with-pnpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimenandre%2Fpublish-with-pnpm/lists"}