Skip to content

Commit

Permalink
Update doc (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 15, 2020
1 parent 1051136 commit 3b7a8e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -126,11 +126,13 @@ signs:

Following inputs can be used as `step.with` keys

| Name | Type | Default | Description |
|---------------|---------|-----------|-------------------------------------------|
| `version` | String | `latest` | GoReleaser version. Example: `v0.117.0` |
| `args` | String | | Arguments to pass to GoReleaser |
| `workdir` | String | `.` | Working directory (below repository root) |
| Name | Type | Default | Description |
|------------------|---------|-----------|-------------------------------------------|
| `version`**¹** | String | `latest` | GoReleaser version |
| `args` | String | | Arguments to pass to GoReleaser |
| `workdir` | String | `.` | Working directory (below repository root) |

> **¹** Can be a fixed version like `v0.117.0` or a max satisfying semver one like `~> 0.132`. In this case this will return `v0.132.1`.
### environment variables

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -8,7 +8,7 @@ branding:

inputs:
version:
description: 'GoReleaser version. Example: v0.118.0'
description: 'GoReleaser version'
default: 'latest'
required: false
args:
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -636,9 +636,9 @@ acorn-walk@^7.1.1:
integrity sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==

acorn@^7.1.1:
version "7.2.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
version "7.3.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==

ajv@^6.5.5:
version "6.12.2"
Expand Down

0 comments on commit 3b7a8e9

Please sign in to comment.