We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e738c commit b9b4ecbCopy full SHA for b9b4ecb
.github/workflows/pre-release.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
release:
11
if: github.event.workflow_run.conclusion == 'success'
12
- && constains(github.event.workflow_run.head_branch, 'pre-release')
+ && contains(github.event.workflow_run.head_branch, 'pre-release')
13
name: Create pre-release
14
runs-on: [ self-hosted, windows ]
15
outputs:
0 commit comments