From 752eb16fe3ea0a5b371aaafc6245d06e098ff899 Mon Sep 17 00:00:00 2001 From: Snorre Eskeland Brekke Date: Fri, 4 Nov 2022 17:36:20 +0100 Subject: [PATCH] fix: typo in workflow --- assets/inject/semver-workflow/.github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/inject/semver-workflow/.github/workflows/main.yml b/assets/inject/semver-workflow/.github/workflows/main.yml index 9e744a4f..2a0098a8 100644 --- a/assets/inject/semver-workflow/.github/workflows/main.yml +++ b/assets/inject/semver-workflow/.github/workflows/main.yml @@ -19,7 +19,7 @@ on: description: Release new version required: true default: false - type: boolean` + type: boolean concurrency: # On PRs builds will cancel if new pushes happen before the CI completes, as it defines `github.head_ref` and gives it the name of the branch the PR wants to merge into