Skip to content
check-circle

GitHub Action

Setup Shorebird

v1.0.0 Latest version

Setup Shorebird

check-circle

Setup Shorebird

Install the Shorebird CLI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Shorebird

uses: shorebirdtech/[email protected]

Learn more about this action in shorebirdtech/setup-shorebird

Choose a version

Setup Shorebird

ci License: MIT

Installs and sets up Shorebird for use in GitHub Actions.

Features

✅ Downloads the Shorebird CLI

✅ Adds shorebird to the system path

✅ Configures the specified version of Flutter

✅ Optionally cache the Shorebird installation

Inputs

  • cache: Cache the Shorebird installation and artifacts. Default: false

Usage

steps:
  - uses: shorebirdtech/setup-shorebird@v1
    with:
      cache: true # Optionally cache the Shorebird installation
  - run: shorebird --version