From 7ee430c3dcd6d788362cf17885e9d9f4d48109ea Mon Sep 17 00:00:00 2001 From: Britton Hayes Date: Sat, 1 Jan 2022 16:48:44 -0800 Subject: [PATCH] feat: automated release w/ semantic-release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb3417f..eef388b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "validate-yaml", + "name": "validate-yaml-action", "version": "0.0.0-development", "private": false, "description": "Validate YAML against a schema using github actions",