From 6f551cf42b648d51aa1b59379a3d90476366e6c2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 Aug 2020 13:16:20 -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 5ea2474..771811f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ GitHub Action for automated npm version bump. -This Action bumps the version in package.json and push it back to the repo. +This Action bumps the version in package.json and pushes it back to the repo. It is meant to be used on every successful merge to master but you'll need to configured that workflow yourself. You can look to the [`.github/workflows/push.yml`](./.github/workflows/push.yml) file in this project as an example.