Skip to content

equinox-io/setup-release-tool

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

equinox-io/setup-release-tool

This action downloads and installs the Equinox release tool.

Usage

See action.yml

Install the latest release:

steps:
- uses: equinox-io/setup-release-tool@v1
- run: equinox version

Install the latest release from the beta channel

steps:
- uses: equinox-io/setup-release-tool@v1
  with:
    channel: beta
- run: equinox version

License

The scripts and documentation in this project are released under the MIT License