Skip to content

Commit

Permalink
fix: typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Nov 4, 2022
1 parent 680c25e commit 752eb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/inject/semver-workflow/.github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 752eb16

Please sign in to comment.