From 485ab5eef1e079086f034d71b76a13502142a7a7 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Wed, 24 Jun 2020 17:12:22 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 171c159..4d8a514 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ jobs: ## Notes - You must provide a tag either via the action input or the git ref (i.e push / create a tag). If you do not the action will fail. -- If the tag of the release you are creating does not exist yet, you should set both the `tag` and `commit` action inputs. `commit` can point to a commit hash or a branch name (ex - `master`). +- If the tag of the release you are creating does not exist yet, you should set both the `tag` and `commit` action inputs. `commit` can point to a commit hash or a branch name (ex - `main`).