Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 523 Bytes

PUBLISHING.md

File metadata and controls

11 lines (8 loc) · 523 Bytes

Publishing

Publishing is done via GitHub Actions using changesets.

How to Manually Trigger the Workflow:

  1. Navigate to the Actions tab in GitHub repository.
  2. Select Release workflow.
  3. Click on the Run workflow dropdown button.
  4. You'll see a field to input the branch or use the default set (master). You can simply proceed with the default or specify release branch explicitly.
  5. Click Run workflow to execute the workflow manually on the specified branch.