From b7f13ff5d2c8a9644339f7002b8ba7eb33980580 Mon Sep 17 00:00:00 2001 From: Leo Ribeiro Date: Fri, 23 Feb 2024 17:59:46 -0500 Subject: [PATCH] fix workflow dispatch typo (#21) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbe569e..dfc70e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: versionType: description: "Version Type - Major, Minor, Patch, Manual" required: true - default: "Patch" + default: patch type: choice options: - major