UNPKG

bumpx-action

Version:

GitHub Action for bumpx version bumping tool.

21 lines (18 loc) 437 B
name: bumpx Installer description: Install packages using bumpx in GitHub Actions author: Stacks.js branding: icon: package color: blue inputs: packages: description: Space-separated list of packages to install (overrides auto-detection) required: false default: '' config-path: description: Path to bumpx config file required: false default: bumpx.config.ts runs: using: node16 main: dist/index.js