Skip to content

Commit

Permalink
Ultra tiny typo fix (#881)
Browse files Browse the repository at this point in the history
A single character to be precise.
  • Loading branch information
Christian Jensen committed Sep 6, 2021
1 parent 3b224b0 commit ec45718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -314,7 +314,7 @@ The Release Drafter GitHub Action accepts a number of optional inputs directly i
| `tag` | The tag name to be associated with the GitHub release that's created or updated. This will override any `tag-template` specified in your `release-drafter.yml` if defined. |
| `version` | The version to be associated with the GitHub release that's created or updated. This will override any version calculated by the release-drafter. |
| `publish` | A boolean indicating whether the release being created or updated should be immediately published. This may be useful if the output of a previous workflow step determines that a new version of your project has been (or will be) released, as with [`salsify/action-detect-and-tag-new-version`](https://github.com/salsify/action-detect-and-tag-new-version). |
| `prerelease` | A boolean indicating whether the relase being created or updated is a prerelease. |
| `prerelease` | A boolean indicating whether the release being created or updated is a prerelease. |
| `commitish` | A string specifying the target branch for the release being created. |

## Action Outputs
Expand Down

0 comments on commit ec45718

Please sign in to comment.