canary

Installation
SKILL.md

Publish Canary Release

Publishes a canary version of Storybook from a PR to npm.

Usage

To trigger a canary release, run:

gh workflow run --repo storybookjs/storybook publish.yml --field pr=<PR_NUMBER>

What happens

  1. GitHub Actions builds and publishes the PR as 0.0.0-pr-<PR_NUMBER>-sha-<SHORT_SHA>
  2. The version is published to npm with the canary tag
  3. The PR body is updated with the exact version and install instructions

Version format

Installs
11
GitHub Stars
90.5K
First Seen
Mar 16, 2026
canary — storybookjs/storybook