From 5f836e871609301f091136fdfd6497ffe5d287eb Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 2 Jul 2020 07:32:20 +0200 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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