A GitHub Action to install a specific version of HashiCorp Nomad and add it to the PATH
Warning
This project is no longer maintained. For an alternative, please check out: https://github.com/hashicorp/setup-nomad
Required A version of HashiCorp Nomad to install. Defaults to latest
.
The version of HashiCorp Nomad that was installed.
uses: lucasmelin/setup-nomad@v1
with:
version: "1.4.3"
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