Allow to run GoReleaser from a subdirectory (#45)

This commit is contained in:
Boaz Yaniv
2019-12-02 18:54:32 +09:00
committed by CrazyMax
parent 6ec955d9f0
commit 16077aaddc
4 changed files with 20 additions and 5 deletions
+6 -5
View File
@@ -53,11 +53,12 @@ jobs:
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 |
| `key` | String | | Private key to import |
| Name | Type | Default | Description |
|---------------|---------|-----------|-------------------------------------------|
| `version` | String | `latest` | GoReleaser version. Example: `v0.117.0` |
| `args` | String | | Arguments to pass to GoReleaser |
| `key` | String | | Private key to import |
| `workdir` | String | `.` | Working directory (below repository root) |
### Signing