From 7123871393899152f3e5daec5de48dcb38d7efee Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 16:10:26 -0700 Subject: [PATCH] update name/description --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index ac16491..b5f53ae 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,5 @@ -name: version-tag -description: "Creates a version tag when the 'version' value in 'package.json' has changed and a tag with the version number does not already exist." +name: version-verify +description: "verify that a repo tag does not already exist for the version number specified in package.json" author: "Bryce Thorup" runs: using: "composite"