From b54510d89eca34cd74ad81b228a19ed3e0366de8 Mon Sep 17 00:00:00 2001 From: David Katz Date: Tue, 30 May 2023 03:11:26 -0700 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d153faf..df9e40c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Get Version' +name: 'Get Version Action' description: 'Extracts the version from github.ref.' outputs: version: From b8504aa924bfdfae10935246f7e395918ffee206 Mon Sep 17 00:00:00 2001 From: David Katz Date: Tue, 30 May 2023 03:14:30 -0700 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index df9e40c..61f04ed 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Get Version Action' +name: 'Get Semver Version' description: 'Extracts the version from github.ref.' outputs: version: