From 25e7d720bce7effc7e5dafef962ccda8b796644b Mon Sep 17 00:00:00 2001 From: Erica Pescio Date: Wed, 22 Sep 2021 23:08:47 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d2cbb2..0896bf3 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ jobs: ### Outputs -* **new_tag** - The value of the newly created tag. -* **old_tag** - The value of the previous tag. +* **new_ver** - The value of the newly created tag. +* **old_ver** - The value of the previous tag. * **part** - The part of version which was bumped. > ***Note:*** This action creates a [lightweight tag](https://developer.github.com/v3/git/refs/#create-a-reference).