From 7604c0a83e159e58d8dd5353445c8a1f02f456f0 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 1 Apr 2020 14:00:01 -0500 Subject: [PATCH] WIP --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 193472f..52f5a6a 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,6 @@ inputs: package_root: description: (DEPRECATED. Use 'root' instead.) Autotag will look for the package.json file in in this location. required: false - default: './' tag_prefix: description: By default, package.json uses semantic versioning, such as "1.0.0". A prefix can be used to add text before the tag name. For example, if tag_prefx is set to "v", then the tag would be labeled as "v1.0.0". required: false