Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
layers

GitHub Action

Setup Waypoint

v0.1.0

Setup Waypoint

layers

Setup Waypoint

Install a specific version of HashiCorp Waypoint and add it to the PATH

Installation

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

              

- name: Setup Waypoint

uses: lucasmelin/setup-waypoint@v0.1.0

Learn more about this action in lucasmelin/setup-waypoint

Choose a version

setup-waypoint GitHub Action

A GitHub Action to install a specific version of HashiCorp Waypoint and add it to the PATH

Inputs

version

Required A version of HashiCorp Waypoint to install. Defaults to latest.

Outputs

waypoint-version

The version of HashiCorp Waypoint that was installed.

Example usage

uses: lucasmelin/setup-waypoint@v1
with:
  version: "0.11.0"

Development

Install the dependencies

$ npm install

Build the typescript and package it for distribution

$ npm run build && npm run package

Publish

$ npm run package
$ git add dist
$ git commit -a -m "Production dependencies"
$ git push origin releases/v1