Tags: codfish/actions
Tags
feat(npm-publish-pr): add dev input and multi-package-manager install… … syntax in PR comment (#56) - Add boolean input for dev dependency install syntax (e.g. npm install -D) - Show pnpm, npm, yarn, and bun install commands in success comment (pnpm, npm, yarn, bun order)
fix: make registry-url optional to avoid conflicts with semantic-rele… …ase (#48) Previously, registry-url was hardcoded to 'https://registry.npmjs.org/' which could conflict with semantic-release's npm authentication. Changes: - Made registry-url an optional input parameter (defaults to not set) - When not provided, no .npmrc authentication is configured - Added comprehensive documentation on when to use (or not use) this parameter This allows users to: - Skip registry-url when using semantic-release (recommended) - Skip registry-url when only installing dependencies (most common use case) - Explicitly set registry-url when needed for manual npm publish workflows See semantic-release docs for more context: https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#important-avoid-registry-url-in-setup-node
PreviousNext