ezekg / setup-release-tool

Install the Equinox release tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Install the Equinox release tool

License:MIT License


Languages

Language:TypeScript 92.7%Language:JavaScript 7.3%