GitHub Action
Setup Waypoint
v2.0.0
Latest version
A GitHub Action to install a specific version of HashiCorp Waypoint and add it to the PATH
Required A version of HashiCorp Waypoint to install. Defaults to latest
.
The version of HashiCorp Waypoint that was installed.
uses: lucasmelin/setup-waypoint@v1
with:
version: "0.11.0"
Install the dependencies
$ npm install
Build the typescript and package it for distribution
$ npm run build && npm run package
$ npm run package
$ git add dist
$ git commit -a -m "Production dependencies"
$ git push origin releases/v1