This action bumps version tags.
Required The envronment to run (dev
, qa
, sandbox
or prod
.
Required The type of bump to run (major
, minor
or patch
.
Required A GitHub access token (PAT) with write access to the repo in question. (major
, minor
or patch
.
The version before the bump.
The new version after the bump.
uses: actions/hello-world-javascript-action@v1.1 with: environment: 'prod' type: 'patch'