Skip to content

Commit b9b4ecb

Browse files
committed
Fixed typo
1 parent b0e738c commit b9b4ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
if: github.event.workflow_run.conclusion == 'success'
12-
&& constains(github.event.workflow_run.head_branch, 'pre-release')
12+
&& contains(github.event.workflow_run.head_branch, 'pre-release')
1313
name: Create pre-release
1414
runs-on: [ self-hosted, windows ]
1515
outputs:

0 commit comments

Comments
 (0)