From 2e65145acb5a3d20d16203142c466da0e32729ba Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 10 Mar 2022 16:01:00 -0800 Subject: [PATCH] ci: auto release: bump patch version Signed-off-by: Andrea Luzzardi --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 6d16a66f..f4ddcbb8 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -25,7 +25,7 @@ on: inputs: release_type: description: 'major|minor|patch|release|prerel' - default: 'prerel alpha..' + default: 'patch' required: true release_version: description: 'Optional release version, e.g. 0.2.0'