diff --git a/README.md b/README.md index 9ca5f90..31fd9e0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You must provide: - `repo_token`: Usually you'll want to set this to `${{ secrets.GITHUB_TOKEN }}` - `file`: A local file to be uploaded as the asset. - `asset_name`: The name the file gets as an asset on a release. Use `$tag` to include the tag name. -- `tag`: The tag to uploaded into. If you want the current event's tag, use `${{ github.ref }}` (the `refs/tags/` prefix will be automatically stripped). +- `tag`: The tag to upload into. If you want the current event's tag, use `${{ github.ref }}` (the `refs/tags/` prefix will be automatically stripped). - `overwrite`: If an asset with the same name already exists, overwrite it. Optional Arguments