Skip to content

Commit 752eb16

Browse files
committed
fix: typo in workflow
1 parent 680c25e commit 752eb16

File tree

1 file changed

+1
-1
lines changed
  • assets/inject/semver-workflow/.github/workflows

1 file changed

+1
-1
lines changed

assets/inject/semver-workflow/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: Release new version
2020
required: true
2121
default: false
22-
type: boolean`
22+
type: boolean
2323

2424
concurrency:
2525
# 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

0 commit comments

Comments
 (0)