about summary refs log tree commit diff
path: root/.github/actions/github-release
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-24 15:01:32 -0400
committerJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-24 15:39:00 -0400
commit0600ca96b3ebfd851f8091afd1c99ad16239d309 (patch)
tree21e14a9241a086cfa2d1370674d83ca75fc272e5 /.github/actions/github-release
parent8f06f995c5d4ddd0fb5dc451e482a8b3024fa151 (diff)
downloadrust-0600ca96b3ebfd851f8091afd1c99ad16239d309.tar.gz
rust-0600ca96b3ebfd851f8091afd1c99ad16239d309.zip
Fix readme
https://github.com/rust-lang/rust-analyzer/pull/14577#discussion_r1175611012
Diffstat (limited to '.github/actions/github-release')
-rw-r--r--.github/actions/github-release/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/github-release/README.md b/.github/actions/github-release/README.md
index c73a5040271..c8ff3ec6e52 100644
--- a/.github/actions/github-release/README.md
+++ b/.github/actions/github-release/README.md
@@ -10,7 +10,7 @@ perform github releases but they all tend to have their set of drawbacks.
 Additionally nothing handles deleting releases which we need for our rolling
 `dev` release.
 
-To handle all this action rolls-its-own implementation using the
+To handle all this, this action rolls its own implementation using the
 actions/toolkit repository and packages published there. These run in a Docker
 container and take various inputs to orchestrate the release from the build.