From 59b55a49a0f32a5dabb38848316464438500bbd8 Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:43:06 +0200 Subject: [PATCH] Add 'is_tagged' to output definition --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 746aed9..e9ace3a 100644 --- a/action.yml +++ b/action.yml @@ -75,6 +75,8 @@ outputs: description: "The version tag" changed: description: "Indicates whether there was a change since the last version if change_path was specified. If no change_path was specified this value will always be true since the entire repo is considered." + is_tagged: + description: "Indicates that the commit had a tag that matched the 'versionTag' format" authors: description: "List of users contributing commits to this version" previous_commit: