diff --git a/README.md b/README.md index 248ca6c..fb291bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # setup-captain -This is a GitHub action for using setting up `captain` in your job. +This is a GitHub Action for installing the Captain CLI. + +For more information on Captain see https://www.rwx.com/captain + +For documentation on using the CLI see https://www.rwx.com/captain/docs ## Inputs diff --git a/package-lock.json b/package-lock.json index bbd26bc..8d2095d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-captain", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-captain", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 9eae0e8..a33016c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-captain", - "version": "1.1.1", + "version": "1.1.2", "description": "This action installs the captain CLI in Github Actions", "main": "dist/index.js", "scripts": {