From 4741f2a6b10fd8fed13513cad99460340e31dc44 Mon Sep 17 00:00:00 2001 From: Dave Herman Date: Sun, 7 Apr 2024 13:24:37 -0700 Subject: [PATCH] Update pkgs/create-neon/data/templates/ci/github/build.yml.hbs fix typo in build.yml description Co-authored-by: K.J. Valencik --- pkgs/create-neon/data/templates/ci/github/build.yml.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/create-neon/data/templates/ci/github/build.yml.hbs b/pkgs/create-neon/data/templates/ci/github/build.yml.hbs index 2f195ca88..ccd897301 100644 --- a/pkgs/create-neon/data/templates/ci/github/build.yml.hbs +++ b/pkgs/create-neon/data/templates/ci/github/build.yml.hbs @@ -13,7 +13,7 @@ on: type: boolean default: false version: - description: 'Version update (ignored if update-version if false)' + description: 'Version update (ignored if update-version is false)' required: false type: string default: 'patch'