Skip to content

Commit

Permalink
docs: correct installOnly in the documentation (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: saedx1 <[email protected]>
  • Loading branch information
saedx1 authored Jan 7, 2022
1 parent 0a3bb55 commit 47f96cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Following inputs can be used
| `version`**¹** | String | `latest` | GoReleaser version |
| `args` | String | | Arguments to pass to GoReleaser |
| `workdir` | String | `$(Build.SourcesDirectory)` | Working directory (below repository root) |
| `install-only` | Bool | `false` | Just install GoReleaser |
| `installOnly` | Bool | `false` | Just install GoReleaser |

> **¹** Can be a fixed version like `v0.132.0` or a max satisfying semver one like `~> 0.132`. In this case this will return `v0.132.1`.
> For the `pro` version, add `-pro` to the string
Expand Down

0 comments on commit 47f96cf

Please sign in to comment.